From b1d0e0c45d87a7132b30f6400a7a598cbbc4fce0 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 4 Jul 2021 15:59:59 +0200 Subject: system/netatop: Fix support for PRINT_PACKAGE_NAME Signed-off-by: Heinz Wiesinger --- system/netatop/netatop.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/netatop') 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 -- cgit v1.2.3