summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 15:59:57 +0200
committer Heinz Wiesinger2021-07-17 21:55:18 +0200
commit9d5975537ba8f86034a24556871a707256641257 (patch)
treee99029bd29f483d862e6e7b6a8d04e44884da304 /system
parent677002dee43d4126a80708dfc7dc6af6f97ce173 (diff)
downloadslackbuilds-9d5975537ba8f86034a24556871a707256641257.tar.gz
system/GentiumPlus: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/GentiumPlus/GentiumPlus.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/GentiumPlus/GentiumPlus.SlackBuild b/system/GentiumPlus/GentiumPlus.SlackBuild
index f2c3a65083..759f0716f9 100644
--- a/system/GentiumPlus/GentiumPlus.SlackBuild
+++ b/system/GentiumPlus/GentiumPlus.SlackBuild
@@ -30,6 +30,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.
@@ -71,4 +73,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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