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
+4 -4
View File
@@ -172,8 +172,8 @@ rule DefineDefaultBuildProfiles
libedit_devel
m4
make
ncurses
ncurses_devel
ncurses6
ncurses6_devel
python
sed
texinfo
@@ -197,8 +197,8 @@ rule DefineDefaultBuildProfiles
libsolv
libedit
libedit_devel
ncurses
ncurses_devel
ncurses6
ncurses6_devel
zlib
zlib_devel
;
+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) ;