summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:59 +0200
committer Heinz Wiesinger2021-07-17 21:55:20 +0200
commita6230c255af558e16c17b0ef26b427ae497baa76 (patch)
tree3b9c7c0c79c8d1faca0c340a148d040641f05ca5 /system
parentad765e47a44bba0df1552ad6bff957fecb6958ef (diff)
downloadslackbuilds-a6230c255af558e16c17b0ef26b427ae497baa76.tar.gz
system/lirc: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/lirc/lirc.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lirc/lirc.SlackBuild b/system/lirc/lirc.SlackBuild
index 12c3cc317f..c07a4ce180 100644
--- a/system/lirc/lirc.SlackBuild
+++ b/system/lirc/lirc.SlackBuild
@@ -48,7 +48,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-$PKG_VERS-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi