summaryrefslogtreecommitdiffstats
path: root/network/arno-iptables-firewall
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2021-07-04 15:59:53 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2021-07-17 21:55:15 +0200
commit023de8abb90dc60fa3acab441299bcc745a19d8e (patch)
tree24e67e9000e095862f5c96f70fb89d50750c5e03 /network/arno-iptables-firewall
parenta51d4f9caa201124200f542a8aedec2eac34e1e1 (diff)
downloadslackbuilds-023de8abb90dc60fa3acab441299bcc745a19d8e.tar.gz
slackbuilds-023de8abb90dc60fa3acab441299bcc745a19d8e.tar.xz
network/arno-iptables-firewall: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network/arno-iptables-firewall')
-rw-r--r--network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild b/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild
index 6496b868a0..e100e1d9db 100644
--- a/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild
+++ b/network/arno-iptables-firewall/arno-iptables-firewall.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.
@@ -146,4 +148,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