summaryrefslogtreecommitdiffstats
path: root/network/sflowtool
diff options
context:
space:
mode:
Diffstat (limited to 'network/sflowtool')
-rw-r--r--network/sflowtool/sflowtool.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/sflowtool/sflowtool.SlackBuild b/network/sflowtool/sflowtool.SlackBuild
index 1ad90bd2a6..71273e3594 100644
--- a/network/sflowtool/sflowtool.SlackBuild
+++ b/network/sflowtool/sflowtool.SlackBuild
@@ -44,7 +44,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-$(echo $VERSION | tr - _)-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi