mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
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:
parent
28fb0f9857
commit
f05dec1ea0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user