diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:15:12 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:44 +0700 |
commit | 99e9d976ef52c4e1c5659c174e354ee7e99a2d25 (patch) | |
tree | e54f40d0cffa90248fa44987afee667c74c92150 | |
parent | 2f6e1d8fb08d96052043703fc841e1e8f0c4b2db (diff) |
network/arno-iptables-firewall: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild b/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild index e100e1d9db33..636bae485c2d 100644 --- a/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild +++ b/network/arno-iptables-firewall/arno-iptables-firewall.SlackBuild @@ -45,7 +45,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then fi TMP=${TMP:-/tmp/SBo} -PKG=${PKG:-$TMP/package-$PRGNAM} +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} set -e |