summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-27 15:18:02 -0500
committerVincent Grande2021-02-27 15:18:02 -0500
commit27af20ed6bff6cb6001dc2df870cd28b0744e477 (patch)
tree6f7287562845e36eebe6f512684c41b714d2aa28
parentd0096e7a695c51664a8cd8c9520153a3ea68f22b (diff)
downloadaur-iptables-minimal-git.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ec4224aa2e0..98173c51a5c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -85,5 +85,5 @@ package() {
install -d "$pkgdir/usr/lib/systemd/system"
install -m644 {arp,eb,ip,ip6}tables.service "$pkgdir/usr/lib/systemd/system"
- install -Dm755 iptables-{legacy,nft}-flush "$pkgdir/usr/lib/systemd/scripts/iptables-flush"
+# install -Dm755 iptables-{legacy,nft}-flush "$pkgdir/usr/lib/systemd/scripts/iptables-flush"
}