From: Michael Tremer Date: Sun, 17 May 2009 08:48:04 +0000 (+0200) Subject: Pass NAME, SNAME and VERSION to pkg info... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0979002b1a455363590ef17011392eaa8cfdee02;p=ipfire-3.x.git Pass NAME, SNAME and VERSION to pkg info... --- diff --git a/tools/make-packages b/tools/make-packages index 2b2e6fd25..f653166e6 100644 --- a/tools/make-packages +++ b/tools/make-packages @@ -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() {