Added PostInstallScript to the image.
* Somehow it didn't make it. * This fixes the last part of #12227.
This commit is contained in:
@@ -124,7 +124,8 @@ AddSymlinkToPackage bin : trash : untrash ;
|
|||||||
AddSymlinkToPackage bin : less : more ;
|
AddSymlinkToPackage bin : less : more ;
|
||||||
|
|
||||||
# scripts and data files
|
# scripts and data files
|
||||||
local bootScripts = SetupEnvironment InstallerInitScript InstallerFinishScript ;
|
local bootScripts = PostInstallScript SetupEnvironment
|
||||||
|
InstallerInitScript InstallerFinishScript ;
|
||||||
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
||||||
AddFilesToPackage boot : $(bootScripts) ;
|
AddFilesToPackage boot : $(bootScripts) ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user