aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2021-07-04 15:59:59 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2021-07-17 21:55:19 +0200
commitad765e47a44bba0df1552ad6bff957fecb6958ef (patch)
tree8d97c55db44ba0e6e3b93d2abd854a4bfb1964bf
parent8b76e28dc4bf51831158b1c6eca8c8598773a931 (diff)
downloadslackbuilds-ad765e47a44bba0df1552ad6bff957fecb6958ef.tar.xz
system/evdi-kernel: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r--system/evdi-kernel/evdi-kernel.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/evdi-kernel/evdi-kernel.SlackBuild b/system/evdi-kernel/evdi-kernel.SlackBuild
index 1c24fd66dde7..0fde29c27602 100644
--- a/system/evdi-kernel/evdi-kernel.SlackBuild
+++ b/system/evdi-kernel/evdi-kernel.SlackBuild
@@ -46,7 +46,7 @@ fi
# 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-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi