summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:59 +0200
committer Heinz Wiesinger2021-07-17 21:55:19 +0200
commit8b76e28dc4bf51831158b1c6eca8c8598773a931 (patch)
tree17dfb5650fadf34bbb48829dbeb22251f395d3e7 /system
parent10f58ec518cbaab488ffa0a3936f02abf4787160 (diff)
downloadslackbuilds-8b76e28dc4bf51831158b1c6eca8c8598773a931.tar.gz
system/elo-mt-usb: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/elo-mt-usb/elo-mt-usb.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/elo-mt-usb/elo-mt-usb.SlackBuild b/system/elo-mt-usb/elo-mt-usb.SlackBuild
index dd5f32d51e..e83b807af2 100644
--- a/system/elo-mt-usb/elo-mt-usb.SlackBuild
+++ b/system/elo-mt-usb/elo-mt-usb.SlackBuild
@@ -45,7 +45,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-$PKGVER-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi