summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:52 +0200
committer Heinz Wiesinger2021-07-17 21:55:15 +0200
commit41539a0d299695a980119be2c588b464df198d0e (patch)
tree4bd152890c2f69a5c2717d1fc618b641a5107833 /multimedia
parentd789fd074547056f6f9061ad2636be4b63aec2ec (diff)
downloadslackbuilds-41539a0d299695a980119be2c588b464df198d0e.tar.gz
multimedia/lwks: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/lwks/lwks.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lwks/lwks.SlackBuild b/multimedia/lwks/lwks.SlackBuild
index a9878b5705..e9edc4bf53 100644
--- a/multimedia/lwks/lwks.SlackBuild
+++ b/multimedia/lwks/lwks.SlackBuild
@@ -21,7 +21,7 @@ ARCH=amd64
# 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-x86_64-$BUILD$TAG.$PKGTYPE"
exit 0
fi