diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:56 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:17 +0200 |
commit | f47d7b788bb7959b2fe3566e766d0c383a835ea9 (patch) | |
tree | 97d05a2142acfd14ce768bdba9a7264b285ebc56 /network/xtables-addons | |
parent | c32d68c0b839df5d69e1d3876d65bf193e873996 (diff) |
network/xtables-addons: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network/xtables-addons')
-rw-r--r-- | network/xtables-addons/xtables-addons.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/xtables-addons/xtables-addons.SlackBuild b/network/xtables-addons/xtables-addons.SlackBuild index c63617e24227..63f1b7ab0b20 100644 --- a/network/xtables-addons/xtables-addons.SlackBuild +++ b/network/xtables-addons/xtables-addons.SlackBuild @@ -45,7 +45,7 @@ fi # the name of the created package would be, and then exit. This information # could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + echo "$PRGNAM-$PKGVER-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |