diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/iptv-analyzer/iptv-analyzer.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/iptv-analyzer/iptv-analyzer.SlackBuild b/network/iptv-analyzer/iptv-analyzer.SlackBuild index 5347e057d390c..52f459d6e252f 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 |