summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:59 +0200
committer Heinz Wiesinger2021-07-17 21:55:20 +0200
commitb1d0e0c45d87a7132b30f6400a7a598cbbc4fce0 (patch)
tree629c0736d02f6347ab335602c416505ef235fc37 /system
parenta6230c255af558e16c17b0ef26b427ae497baa76 (diff)
downloadslackbuilds-b1d0e0c45d87a7132b30f6400a7a598cbbc4fce0.tar.gz
system/netatop: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/netatop/netatop.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netatop/netatop.SlackBuild b/system/netatop/netatop.SlackBuild
index 5ee3e61700..ddd624bf17 100644
--- a/system/netatop/netatop.SlackBuild
+++ b/system/netatop/netatop.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