summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 16:00:00 +0200
committer Heinz Wiesinger2021-07-17 21:55:20 +0200
commit9875820e19a2903f3b053261721531a7a409f08a (patch)
tree627d9efe32d9008f78a466b19a938a4e4d454d44 /system
parent708947a7fd576718a994dda6d9f3ba9ec8578c77 (diff)
downloadslackbuilds-9875820e19a2903f3b053261721531a7a409f08a.tar.gz
system/nvidia-kernel: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/nvidia-kernel/nvidia-kernel.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild
index 4458dd5ba2..23d8145f13 100644
--- a/system/nvidia-kernel/nvidia-kernel.SlackBuild
+++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild
@@ -66,7 +66,7 @@ SRCNAM=NVIDIA-Linux-$TARGET-${VERSION}
# 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-$TARGET-$BUILD$TAG.$PKGTYPE"
exit 0
fi