]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed that ugly _ in the version name of boost.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Aug 2009 08:08:41 +0000 (10:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Aug 2009 08:08:41 +0000 (10:08 +0200)
lfs/boost

index aa13d814f62cdc1def84c3fd8a9ea93f9d5d03d7..b4e3148757e70f0ef868a41a5329a25831dc8ad3 100644 (file)
--- a/lfs/boost
+++ b/lfs/boost
 include Config
 
 PKG_NAME   = boost
-PKG_VER    = 1_39_0
+PKG_VER    = 1.39.0
 PKG_REL    = 0
 
-THISAPP    = $(PKG_NAME)_$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.bz2
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+THISAPP    = $(PKG_NAME)-$(PKG_VER)
+DL_FILE    = $(PKG_NAME)_$(subst .,_,$(PKG_VER)).tar.bz2
+DIR_APP    = $(DIR_SRC)/$(PKG_NAME)_$(subst .,_,$(PKG_VER))
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)