diff options
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 2 |
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 |