diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:52 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:15 +0200 |
commit | 41539a0d299695a980119be2c588b464df198d0e (patch) | |
tree | 4bd152890c2f69a5c2717d1fc618b641a5107833 | |
parent | d789fd074547056f6f9061ad2636be4b63aec2ec (diff) | |
download | slackbuilds-41539a0d299695a980119be2c588b464df198d0e.tar.gz |
multimedia/lwks: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | multimedia/lwks/lwks.SlackBuild | 2 |
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 |