Now creates the BEOS:APP_SIG index, so that starting applications

by signature always works.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11952 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-22 03:12:41 +00:00
parent 28fb0f9857
commit f05dec1ea0

View File

@ -142,6 +142,7 @@ if [ $alreadyMounted ]; then
ln=ln
mkdir=mkdir
rm=rm
mkindex=mkindex
else
sPrefix=:
cd="$fsShellCommand cd"
@ -150,6 +151,7 @@ else
ln="$fsShellCommand ln"
mkdir="$fsShellCommand mkdir"
rm="$fsShellCommand rm"
mkindex="$fsShellCommand mkindex"
fi
@ -170,6 +172,9 @@ $cd $targetDir
echo
echo "Creating directory structure..."
$mkindex BEOS:APP_SIG
# needed to launch apps via signature
$mkdir -p beos/bin
$mkdir -p beos/etc
$mkdir -p beos/system/add-ons/kernel/boot