From f05dec1ea0830e9482698d612820a11aa23a8336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 22 Mar 2005 03:12:41 +0000 Subject: [PATCH] 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 --- makehdimage | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makehdimage b/makehdimage index 234a4d632b..f02059c4a8 100755 --- a/makehdimage +++ b/makehdimage @@ -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