Don't code the Haiku version into all the package infos

This commit is contained in:
Ingo Weinhold
2013-10-06 01:37:13 +02:00
parent 635d2ac485
commit 897d5af7ff
19 changed files with 40 additions and 39 deletions
+1
View File
@@ -42,6 +42,7 @@ rule PreprocessPackageInfo source : directory : architecture
local target = $(source:BSG=package-info)-package-info ;
local defines = HAIKU_PACKAGING_ARCH=$(architecture) ;
local sedReplacements = %HAIKU_PACKAGING_ARCH%,$(architecture) ;
sedReplacements += %HAIKU_VERSION%,R1~alpha4_pm-1 ;
if $(HAIKU_BOOTSTRAP_BUILD) {
defines += HAIKU_BOOTSTRAP_BUILD ;
target = $(target)-bootstrap ;