From f9401c76488b3855b4a01a3953c2fa506cc912ca Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 4 Jul 2021 15:59:50 +0200 Subject: libraries/opencl-amd: Fix support for PRINT_PACKAGE_NAME Signed-off-by: Heinz Wiesinger --- libraries/opencl-amd/opencl-amd.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/opencl-amd/opencl-amd.SlackBuild') diff --git a/libraries/opencl-amd/opencl-amd.SlackBuild b/libraries/opencl-amd/opencl-amd.SlackBuild index 38792412bc..e76d949eab 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 -- cgit v1.2.3