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