summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 16:00:02 +0200
committer Heinz Wiesinger2021-07-17 21:55:22 +0200
commit07be77a0f84da1f5c47e3832137e0a22c6b7b76b (patch)
tree0800d46a6db98c20b58840e3f390bce3a71f720b /system
parent6b6dcd2b5d000aa5fe8b2b667fc0793eff10c0f5 (diff)
downloadslackbuilds-07be77a0f84da1f5c47e3832137e0a22c6b7b76b.tar.gz
system/virtualbox-kernel-addons: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/virtualbox-kernel-addons/virtualbox-kernel-addons.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/virtualbox-kernel-addons/virtualbox-kernel-addons.SlackBuild b/system/virtualbox-kernel-addons/virtualbox-kernel-addons.SlackBuild
index 7777870a1d..6b4501c9ab 100644
--- a/system/virtualbox-kernel-addons/virtualbox-kernel-addons.SlackBuild
+++ b/system/virtualbox-kernel-addons/virtualbox-kernel-addons.SlackBuild
@@ -50,7 +50,7 @@ PKG_ARCH=$ARCH
# 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-$PKG_VERS-$PKG_ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi