Enforce current package rules for packages built from tree
* Replace '-' in package name by '_'. * Use new '[...]' notation for pre-release version component.
This commit is contained in:
@@ -565,8 +565,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 {
|
||||
$(HAIKU_GCC_VERSION[1]) ;
|
||||
}
|
||||
|
||||
AddFilesToHaikuImage system packages : haiku-devel.hpkg ;
|
||||
AddFilesToHaikuImage common packages : makefile-engine.hpkg ;
|
||||
AddFilesToHaikuImage system packages : haiku_devel.hpkg ;
|
||||
AddFilesToHaikuImage common packages : makefile_engine.hpkg ;
|
||||
}
|
||||
|
||||
|
||||
@@ -1477,8 +1477,8 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
|
||||
|
||||
# Welcome
|
||||
if [ IsOptionalHaikuImagePackageAdded Welcome ] {
|
||||
AddFilesToHaikuImage system packages : haiku-userguide.hpkg ;
|
||||
AddFilesToHaikuImage system packages : haiku-welcome.hpkg ;
|
||||
AddFilesToHaikuImage system packages : haiku_userguide.hpkg ;
|
||||
AddFilesToHaikuImage system packages : haiku_welcome.hpkg ;
|
||||
|
||||
AddSymlinkToHaikuImage home Desktop : /boot/system/bin/welcome
|
||||
: Welcome ;
|
||||
|
||||
Reference in New Issue
Block a user