diff options
Diffstat (limited to 'system/dahdi-complete')
-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 09400acc28d94..4f783a2072e20 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 |