From ef0fc555620dc2af9d8d27355e4b58c3ce2b18f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 9 Aug 2008 16:15:04 +0000 Subject: [PATCH] use absolute path when launching makebootable as it seems unable to find its own path without it git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26901 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/system/boot/InstallerFinishScript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/system/boot/InstallerFinishScript b/data/system/boot/InstallerFinishScript index e4cb70fd13..412580479f 100644 --- a/data/system/boot/InstallerFinishScript +++ b/data/system/boot/InstallerFinishScript @@ -15,6 +15,5 @@ fi mkdir -p "$mount/var/tmp" -makebootable $mount - +/bin/makebootable $mount