Added PostInstallScript to the image.
* Somehow it didn't make it. * This fixes the last part of #12227.
This commit is contained in:
parent
5e541a6042
commit
3108062744
@ -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) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user