diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/tp_smapi/tp_smapi.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tp_smapi/tp_smapi.SlackBuild b/system/tp_smapi/tp_smapi.SlackBuild index bc1f8f5e0fc42..1056545e07253 100644 --- a/system/tp_smapi/tp_smapi.SlackBuild +++ b/system/tp_smapi/tp_smapi.SlackBuild @@ -43,7 +43,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}_$(echo $KERNEL | tr '-' '_')-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |