Browse Source

network/xtables-addons: Fix support for PRINT_PACKAGE_NAME

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
pull/182/head
Heinz Wiesinger 4 years ago
parent
commit
f47d7b788b
  1. 2
      network/xtables-addons/xtables-addons.SlackBuild

2
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

Loading…
Cancel
Save