diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:59 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:19 +0200 |
commit | 8b76e28dc4bf51831158b1c6eca8c8598773a931 (patch) | |
tree | 17dfb5650fadf34bbb48829dbeb22251f395d3e7 /system/elo-mt-usb | |
parent | 10f58ec518cbaab488ffa0a3936f02abf4787160 (diff) |
system/elo-mt-usb: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/elo-mt-usb')
-rw-r--r-- | system/elo-mt-usb/elo-mt-usb.SlackBuild | 2 |
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 dd5f32d51e952..e83b807af2fb0 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 |