[arch-commits] Commit in iptables/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jun 7 20:36:38 UTC 2020


    Date: Sunday, June 7, 2020 @ 20:36:36
  Author: arojas
Revision: 388449

Install iptables-apply (FS#66932)

Modified:
  iptables/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 19:42:39 UTC (rev 388448)
+++ PKGBUILD	2020-06-07 20:36:36 UTC (rev 388449)
@@ -4,7 +4,7 @@
 pkgbase=iptables
 pkgname=(iptables iptables-nft)
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Linux kernel packet control tool'
 arch=(x86_64)
@@ -77,7 +77,7 @@
 _package() {
   DESTDIR="$pkgdir" make -C build install
 
-  for _x in {arp,eb,ip,ip6}tables{,-restore,-save} iptables-xml; do
+  for _x in {arp,eb,ip,ip6}tables{,-restore,-save} iptables-apply iptables-xml; do
     if [[ $1 = nft || $_x = ip* ]]; then
       ln -sf xtables-$1-multi "$pkgdir/usr/bin/$_x"
     else



More information about the arch-commits mailing list