From: Michael Tremer Date: Wed, 5 Aug 2009 08:08:41 +0000 (+0200) Subject: Fixed that ugly _ in the version name of boost. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512159da34620e487f2d58f1c5e7277aaf74fda8;p=ipfire-3.x.git Fixed that ugly _ in the version name of boost. --- diff --git a/lfs/boost b/lfs/boost index aa13d814f..b4e314875 100644 --- a/lfs/boost +++ b/lfs/boost @@ -25,12 +25,12 @@ 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)