From: Michael Tremer Date: Sat, 24 Jan 2009 13:05:53 +0000 (+0100) Subject: We do not expand the descriptions. X-Git-Tag: v3.0-alpha1~85^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8507c2e55fd2ec4fcc97e9248e3527ebdaceb780;p=ipfire-3.x.git We do not expand the descriptions. --- diff --git a/lfs/Config b/lfs/Config index 9d90a966e..45643025f 100644 --- a/lfs/Config +++ b/lfs/Config @@ -90,7 +90,7 @@ define DO_PKG_INFO @## ALPHABETICAL ORDER ## @echo "DEBUG=\"$(DEBUG)\"" @echo "DEPS=\"$(DEPS)\"" - @echo "DESC=\"$$(echo $(LONG_DESC))\"" + @echo "DESC=\"$(value LONG_DESC)\"" @echo "EXTRA=\"$(EXTRA)\"" @echo "GROUP=\"$(GROUP)\"" @echo "LICENSE=\"$(LICENSE)\"" @@ -98,7 +98,7 @@ define DO_PKG_INFO @echo "NAME=\"$(PKG_NAME)\"" @echo "VERSION=\"$(VER)\"" @echo "RELEASE=\"$(PKG_VER)\"" - @echo "SHORT=\"$$(echo $(SHORT_DESC))\"" + @echo "SHORT=\"$(value SHORT_DESC)\"" @echo "URL=\"$(URL)\"" endef