diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 16:00:02 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:22 +0200 |
commit | 6b6dcd2b5d000aa5fe8b2b667fc0793eff10c0f5 (patch) | |
tree | 9e2784b8dfe146079e48fe4d106c2385af8aa671 /system/vhba-module | |
parent | 6634bd06a5fbb2ac9f8e9ebd7f9e43be09f0899e (diff) | |
download | slackbuilds-6b6dcd2b5d000aa5fe8b2b667fc0793eff10c0f5.tar.gz |
system/vhba-module: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/vhba-module')
-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 445d40d144..ad9bdf9e31 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 |