diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:51 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:14 +0200 |
commit | cf180b6ab1e934fed01480e18160538f6f216c04 (patch) | |
tree | ccea7da88c9d1542319b0b5b9f0c37eae3dc0880 /misc | |
parent | f9401c76488b3855b4a01a3953c2fa506cc912ca (diff) | |
download | slackbuilds-cf180b6ab1e934fed01480e18160538f6f216c04.tar.gz |
misc/klibc: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/klibc/klibc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/klibc/klibc.SlackBuild b/misc/klibc/klibc.SlackBuild index 8ca0dc1b80..7f2b0f5d74 100644 --- a/misc/klibc/klibc.SlackBuild +++ b/misc/klibc/klibc.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 |