diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:58 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:19 +0200 |
commit | 1a9cd946c91e74cf9bba6c9ebb240698e75c8c27 (patch) | |
tree | 1c54049ed3b03b11e649e0661d7214deb3283e8b /system | |
parent | 481e6eb5d6d3fcf74091ac9d34200a7d91fd93ca (diff) | |
download | slackbuilds-1a9cd946c91e74cf9bba6c9ebb240698e75c8c27.tar.gz |
system/dahdi-complete: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/dahdi-complete/dahdi-complete.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dahdi-complete/dahdi-complete.SlackBuild b/system/dahdi-complete/dahdi-complete.SlackBuild index 09400acc28..4f783a2072 100644 --- a/system/dahdi-complete/dahdi-complete.SlackBuild +++ b/system/dahdi-complete/dahdi-complete.SlackBuild @@ -32,7 +32,7 @@ PKGKERNEL=$(echo $KERNEL | tr - _) # 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}_$PKGKERNEL-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |