HaikuBootstrap: also include launch scripts.

* fix ncurses package name for bootstrap build profile.
This commit is contained in:
Jérôme Duval
2015-10-19 19:40:08 +02:00
parent f7241c2e68
commit 9939ccadff
2 changed files with 12 additions and 4 deletions
+8
View File
@@ -126,6 +126,14 @@ local bootScripts = PostInstallScript SetupEnvironment
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
AddFilesToPackage boot : $(bootScripts) ;
local launchScripts = <data!launch>system ;
SEARCH on $(launchScripts) = [ FDirName $(HAIKU_TOP) data launch ] ;
AddFilesToPackage data launch : $(launchScripts) ;
local userLaunchScripts = <data!launch>user ;
SEARCH on $(userLaunchScripts) = [ FDirName $(HAIKU_TOP) data launch ] ;
AddFilesToPackage data user_launch : $(userLaunchScripts) ;
# post install scripts
local postInstallFiles = default_deskbar_items.sh ;
postInstallFiles = $(postInstallFiles:G=post-install) ;