system/lirc: Fix VERSION var in print-package-name func
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
21956b5d66
commit
3958e7b397
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue