]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
We do not expand the descriptions.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Jan 2009 13:05:53 +0000 (14:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Jan 2009 13:05:53 +0000 (14:05 +0100)
lfs/Config

index 9d90a966e3875db57bc8f6588a9e3d86147fc375..45643025f3c5e68790461d8dcb5a71ed4b2da7f6 100644 (file)
@@ -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