diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-28 17:45:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-29 07:56:12 +0700 |
commit | 3958e7b3973ac758dbf45d5636d1c45787820a39 (patch) | |
tree | d158bb518ea9298174e2a717dd15a14dc902e43c /system/lirc | |
parent | 21956b5d66e873a07845d3f25420215675f880cd (diff) |
system/lirc: Fix VERSION var in print-package-name func
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lirc')
-rw-r--r-- | system/lirc/lirc.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/lirc/lirc.SlackBuild b/system/lirc/lirc.SlackBuild index eca6bc14746f0..d73d5ef824ec9 100644 --- a/system/lirc/lirc.SlackBuild +++ b/system/lirc/lirc.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for lirc # Copyright 2009 Murat D. Kadirov <banderols@gmail.com> -# Copyright 2015-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> +# Copyright 2015-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -58,7 +58,7 @@ if [ -z "$ARCH" ]; then fi if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$PKG_VERS-$ARCH-$BUILD$TAG.$PKGTYPE" + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |