diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:48 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:13 +0200 |
commit | 4c87370a7aa5cfb55485948802c4ffb01ee70e22 (patch) | |
tree | 73de73e63fff331b9606d895979a0fced3cbb3dc /audio/spandsp/spandsp.SlackBuild | |
parent | 9ce9368b5b75af01d1dbc4fbf52ea2b9a771e69d (diff) |
audio/spandsp: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/spandsp/spandsp.SlackBuild')
-rw-r--r-- | audio/spandsp/spandsp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spandsp/spandsp.SlackBuild b/audio/spandsp/spandsp.SlackBuild index 84ce607c9ff1..b7cc3ef242a2 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 |