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
|
libedit_devel
|
||||||
m4
|
m4
|
||||||
make
|
make
|
||||||
ncurses
|
ncurses6
|
||||||
ncurses_devel
|
ncurses6_devel
|
||||||
python
|
python
|
||||||
sed
|
sed
|
||||||
texinfo
|
texinfo
|
||||||
@@ -197,8 +197,8 @@ rule DefineDefaultBuildProfiles
|
|||||||
libsolv
|
libsolv
|
||||||
libedit
|
libedit
|
||||||
libedit_devel
|
libedit_devel
|
||||||
ncurses
|
ncurses6
|
||||||
ncurses_devel
|
ncurses6_devel
|
||||||
zlib
|
zlib
|
||||||
zlib_devel
|
zlib_devel
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -126,6 +126,14 @@ local bootScripts = PostInstallScript SetupEnvironment
|
|||||||
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
||||||
AddFilesToPackage boot : $(bootScripts) ;
|
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
|
# post install scripts
|
||||||
local postInstallFiles = default_deskbar_items.sh ;
|
local postInstallFiles = default_deskbar_items.sh ;
|
||||||
postInstallFiles = $(postInstallFiles:G=post-install) ;
|
postInstallFiles = $(postInstallFiles:G=post-install) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user