summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:53 +0200
committer Heinz Wiesinger2021-07-17 21:55:16 +0200
commit6dcded741d73ae17ffbf6bed861611e931715fba (patch)
tree45abf46c2fc20efeddff861d139033f578f5f131 /network
parentbf413fce0137699c0aa4941a5a07858ea0cc3656 (diff)
downloadslackbuilds-6dcded741d73ae17ffbf6bed861611e931715fba.tar.gz
network/iptv-analyzer: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/iptv-analyzer/iptv-analyzer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/iptv-analyzer/iptv-analyzer.SlackBuild b/network/iptv-analyzer/iptv-analyzer.SlackBuild
index 5347e057d3..52f459d6e2 100644
--- a/network/iptv-analyzer/iptv-analyzer.SlackBuild
+++ b/network/iptv-analyzer/iptv-analyzer.SlackBuild
@@ -45,7 +45,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}_${KERNEL//-/_}-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi