summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 16:00:03 +0200
committer Heinz Wiesinger2021-07-17 21:55:22 +0200
commitc4e3549748162cd820d802bcd0d820f6c875aa90 (patch)
tree2b690a604ef985c6457d988ceedac1e7850f3e1f /system
parent07be77a0f84da1f5c47e3832137e0a22c6b7b76b (diff)
downloadslackbuilds-c4e3549748162cd820d802bcd0d820f6c875aa90.tar.gz
system/virtualbox-kernel: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index d01eb8f8ee..f5a9bdf0ec 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -52,7 +52,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