From 4c87370a7aa5cfb55485948802c4ffb01ee70e22 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 4 Jul 2021 15:59:48 +0200 Subject: audio/spandsp: Fix support for PRINT_PACKAGE_NAME Signed-off-by: Heinz Wiesinger --- audio/spandsp/spandsp.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/spandsp') diff --git a/audio/spandsp/spandsp.SlackBuild b/audio/spandsp/spandsp.SlackBuild index 84ce607c9ff1b..b7cc3ef242a25 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 -- cgit v1.2.3