summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
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
commitf47d7b788bb7959b2fe3566e766d0c383a835ea9 (patch)
tree97d05a2142acfd14ce768bdba9a7264b285ebc56 /network
parentc32d68c0b839df5d69e1d3876d65bf193e873996 (diff)
downloadslackbuilds-f47d7b788bb7959b2fe3566e766d0c383a835ea9.tar.gz
slackbuilds-f47d7b788bb7959b2fe3566e766d0c383a835ea9.tar.xz
network/xtables-addons: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/xtables-addons/xtables-addons.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/xtables-addons/xtables-addons.SlackBuild b/network/xtables-addons/xtables-addons.SlackBuild
index c63617e242..63f1b7ab0b 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