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:
Ingo Weinhold
2013-04-18 14:44:44 +02:00
parent defc1f774a
commit 7b2d062147
7 changed files with 31 additions and 31 deletions
+4 -4
View File
@@ -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 ;