From d768605328e804fe7eaa0b82545ade6ae93b6ce0 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 4 Jul 2021 15:59:58 +0200 Subject: system/acpi_call: Fix support for PRINT_PACKAGE_NAME Signed-off-by: Heinz Wiesinger --- system/acpi_call/acpi_call.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/acpi_call') 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 -- cgit v1.2.3