diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:50 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:14 +0200 |
commit | f9401c76488b3855b4a01a3953c2fa506cc912ca (patch) | |
tree | 7be55f271c59455b7ab54c74c24ca1b5bc3c766c /libraries/opencl-amd | |
parent | a0b4c1bc90ad9ead6704b4d71cbeaf69c788117f (diff) |
libraries/opencl-amd: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/opencl-amd')
-rw-r--r-- | libraries/opencl-amd/opencl-amd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/opencl-amd/opencl-amd.SlackBuild b/libraries/opencl-amd/opencl-amd.SlackBuild index 38792412bc5d..e76d949eabe9 100644 --- a/libraries/opencl-amd/opencl-amd.SlackBuild +++ b/libraries/opencl-amd/opencl-amd.SlackBuild @@ -65,7 +65,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-$MINVER-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi |