summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:48 +0200
committer Heinz Wiesinger2021-07-17 21:55:13 +0200
commitf8da624fe7328c37f30fa4acc37094e4d41a4a41 (patch)
tree0352f9b9b98f6e7b85c5abb2902f8802ca4daee8 /desktop
parent4c87370a7aa5cfb55485948802c4ffb01ee70e22 (diff)
downloadslackbuilds-f8da624fe7328c37f30fa4acc37094e4d41a4a41.tar.gz
desktop/mimi: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/mimi/mimi.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/mimi/mimi.SlackBuild b/desktop/mimi/mimi.SlackBuild
index f11ac381e3..d97b75b0aa 100644
--- a/desktop/mimi/mimi.SlackBuild
+++ b/desktop/mimi/mimi.SlackBuild
@@ -34,6 +34,8 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+ARCH=noarch
+
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
@@ -72,4 +74,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.$PKGTYPE
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE