Skip to content

Commit

Permalink
Added PostInstallScript to the image.
Browse files Browse the repository at this point in the history
* Somehow it didn't make it.
* This fixes the last part of #12227.
  • Loading branch information
axeld committed Jul 24, 2015
1 parent 5e541a6 commit 3108062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/jam/packages/Haiku
Original file line number Diff line number Diff line change
Expand Up @@ -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) ;

Expand Down

0 comments on commit 3108062

Please sign in to comment.