]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Pass NAME, SNAME and VERSION to pkg info...
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 May 2009 08:48:04 +0000 (10:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 May 2009 08:48:04 +0000 (10:48 +0200)
tools/make-packages

index 2b2e6fd25baa21190187e0606ea596f1095ed6ad..f653166e6ed960b4b746b91d8b4f014b335b754f 100644 (file)
@@ -89,8 +89,11 @@ pkg_info() {
                KVER=$KVER \
                STAGE=$STAGE \
                STAGE_ORDER=$STAGE_ORDER \
-               SNAME=$SNAME \
-               info 2>/dev/null
+               NAME="${NAME}" \
+               SNAME="${SNAME}" \
+               SLOGAN="${SLOGAN}" \
+               VERSION="${VERSION}" \
+               info
 }
 
 pkg_info_wiki() {