added Deskbar Tracker
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13528 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -152,6 +152,7 @@ echo "Building executables and libraries..."
|
|||||||
|
|
||||||
jam -j$(sysinfo -cpu | head -c 2) -q rc resattr kernel boot_loader \
|
jam -j$(sysinfo -cpu | head -c 2) -q rc resattr kernel boot_loader \
|
||||||
rld.so kernel_fortune consoled \<bin\>route \
|
rld.so kernel_fortune consoled \<bin\>route \
|
||||||
|
Tracker Deskbar \
|
||||||
$BEOS_BIN \
|
$BEOS_BIN \
|
||||||
$BEOS_APPS \
|
$BEOS_APPS \
|
||||||
$BEOS_PREFERENCES \
|
$BEOS_PREFERENCES \
|
||||||
@@ -355,12 +356,18 @@ for f in $BEOS_APPS; do
|
|||||||
$cp ${sPrefix}$f $targetDir/beos/apps/
|
$cp ${sPrefix}$f $targetDir/beos/apps/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
cd $sourceDir/distro/${arch}.R1/beos/preferences
|
cd $sourceDir/distro/${arch}.R1/beos/preferences
|
||||||
$scd ${sPrefix}$sourceDir/distro/${arch}.R1/beos/preferences
|
$scd ${sPrefix}$sourceDir/distro/${arch}.R1/beos/preferences
|
||||||
for f in $BEOS_PREFERENCES; do
|
for f in $BEOS_PREFERENCES; do
|
||||||
$cp ${sPrefix}$f $targetDir/beos/preferences/
|
$cp ${sPrefix}$f $targetDir/beos/preferences/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cd $sourceDir/distro/${arch}.R1/beos/system
|
||||||
|
$scd ${sPrefix}$sourceDir/distro/${arch}.R1/beos/system
|
||||||
|
for f in Deskbar Tracker; do
|
||||||
|
$cp ${sPrefix}$f $targetDir/beos/system/
|
||||||
|
done
|
||||||
|
|
||||||
# scripts and data files
|
# scripts and data files
|
||||||
echo "Installing scripts and data files..."
|
echo "Installing scripts and data files..."
|
||||||
|
|||||||
Reference in New Issue
Block a user