summaryrefslogtreecommitdiff
path: root/audio/spandsp
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2021-07-04 15:59:48 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2021-07-17 21:55:13 +0200
commit4c87370a7aa5cfb55485948802c4ffb01ee70e22 (patch)
tree73de73e63fff331b9606d895979a0fced3cbb3dc /audio/spandsp
parent9ce9368b5b75af01d1dbc4fbf52ea2b9a771e69d (diff)
downloadslackbuilds-4c87370a7aa5cfb55485948802c4ffb01ee70e22.tar.gz
audio/spandsp: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/spandsp')
-rw-r--r--audio/spandsp/spandsp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spandsp/spandsp.SlackBuild b/audio/spandsp/spandsp.SlackBuild
index 84ce607c9f..b7cc3ef242 100644
--- a/audio/spandsp/spandsp.SlackBuild
+++ b/audio/spandsp/spandsp.SlackBuild
@@ -43,7 +43,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-$VERSION$SUBVERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi