diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:59 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:20 +0200 |
commit | a6230c255af558e16c17b0ef26b427ae497baa76 (patch) | |
tree | 3b9c7c0c79c8d1faca0c340a148d040641f05ca5 /system/lirc | |
parent | ad765e47a44bba0df1552ad6bff957fecb6958ef (diff) | |
download | slackbuilds-a6230c255af558e16c17b0ef26b427ae497baa76.tar.gz |
system/lirc: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/lirc')
-rw-r--r-- | system/lirc/lirc.SlackBuild | 2 |
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 |