diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/vhba-module/vhba-module.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild index 445d40d14404f..ad9bdf9e31f86 100644 --- a/system/vhba-module/vhba-module.SlackBuild +++ b/system/vhba-module/vhba-module.SlackBuild @@ -47,7 +47,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}-$SLKARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |