diff options
Diffstat (limited to 'multimedia/lwks')
-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 a9878b5705350..e9edc4bf53f97 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 |