summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:58 +0200
committer Heinz Wiesinger2021-07-17 21:55:19 +0200
commitd768605328e804fe7eaa0b82545ade6ae93b6ce0 (patch)
treed2a356ba04459bb7a5a076c0029fc71ec9c5559d /system
parent9d5975537ba8f86034a24556871a707256641257 (diff)
downloadslackbuilds-d768605328e804fe7eaa0b82545ade6ae93b6ce0.tar.gz
system/acpi_call: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/acpi_call/acpi_call.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/acpi_call/acpi_call.SlackBuild b/system/acpi_call/acpi_call.SlackBuild
index 1946cf7e55..b527800730 100644
--- a/system/acpi_call/acpi_call.SlackBuild
+++ b/system/acpi_call/acpi_call.SlackBuild
@@ -51,7 +51,7 @@ PKG_ARCH=$ARCH
# 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-$PKG_ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi