diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 15:59:57 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-17 21:55:18 +0200 |
commit | 9d5975537ba8f86034a24556871a707256641257 (patch) | |
tree | e99029bd29f483d862e6e7b6a8d04e44884da304 /system/GentiumPlus | |
parent | 677002dee43d4126a80708dfc7dc6af6f97ce173 (diff) |
system/GentiumPlus: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/GentiumPlus')
-rw-r--r-- | system/GentiumPlus/GentiumPlus.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/GentiumPlus/GentiumPlus.SlackBuild b/system/GentiumPlus/GentiumPlus.SlackBuild index f2c3a65083e4..759f0716f9a7 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 |