]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: resolve iptables-apply not getting installed
authorJan Engelhardt <jengelh@inai.de>
Wed, 3 Jun 2020 13:38:48 +0000 (15:38 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 7 Jun 2020 22:30:09 +0000 (00:30 +0200)
ip6tables-apply gets installed but iptables-apply does not.
That is wrong.

» make install DESTDIR=$PWD/r
» find r -name "*app*"
r/usr/local/sbin/ip6tables-apply
r/usr/local/share/man/man8/iptables-apply.8
r/usr/local/share/man/man8/ip6tables-apply.8

Fixes: v1.8.5~87
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/Makefile.am

index dc66b3cc09c088ba6ac05f1ddc4652ce4fc135d6..2024dbf5cb88c53c2a501733b85b5bb72e338751 100644 (file)
@@ -56,7 +56,7 @@ man_MANS         = iptables.8 iptables-restore.8 iptables-save.8 \
                    ip6tables-save.8 iptables-extensions.8 \
                    iptables-apply.8 ip6tables-apply.8
 
-sbin_SCRIPT      = iptables-apply
+sbin_SCRIPTS     = iptables-apply
 
 if ENABLE_NFTABLES
 man_MANS       += xtables-nft.8 xtables-translate.8 xtables-legacy.8 \