HaikuBootstrap: also include launch scripts.
* fix ncurses package name for bootstrap build profile.
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user