system/dahdi-complete: Fix support for PRINT_PACKAGE_NAME

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2021-07-04 15:59:58 +02:00
parent 481e6eb5d6
commit 1a9cd946c9
1 changed files with 1 additions and 1 deletions

View File

@ -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