From 3108062744a963f6a87f9b7c94dc28ae9a53fc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 24 Jul 2015 19:45:38 +0200 Subject: [PATCH] Added PostInstallScript to the image. * Somehow it didn't make it. * This fixes the last part of #12227. --- build/jam/packages/Haiku | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/jam/packages/Haiku b/build/jam/packages/Haiku index 043f844165..13d9ddd0c1 100644 --- a/build/jam/packages/Haiku +++ b/build/jam/packages/Haiku @@ -124,7 +124,8 @@ AddSymlinkToPackage bin : trash : untrash ; AddSymlinkToPackage bin : less : more ; # scripts and data files -local bootScripts = SetupEnvironment InstallerInitScript InstallerFinishScript ; +local bootScripts = PostInstallScript SetupEnvironment + InstallerInitScript InstallerFinishScript ; SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ; AddFilesToPackage boot : $(bootScripts) ;