From 8fbb012f92ed491620b8f0ae312c8842aadffe06 Mon Sep 17 00:00:00 2001 From: Giorgio Dal Molin Date: Wed, 12 Nov 2014 17:41:06 +0100 Subject: build: add autotools support for the 'files' subdir Added support to install some 'nft' scripts under '${sysconfdir}/nftables', typically '/etc/nftables'. Signed-off-by: Giorgio Dal Molin Signed-off-by: Pablo Neira Ayuso --- files/nftables/ipv4-nat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/nftables/ipv4-nat') diff --git a/files/nftables/ipv4-nat b/files/nftables/ipv4-nat index 99d69514..01c6c3d8 100644 --- a/files/nftables/ipv4-nat +++ b/files/nftables/ipv4-nat @@ -1,4 +1,4 @@ -#! nft -f +#! @sbindir@nft -f table nat { chain prerouting { type nat hook prerouting priority -150; } -- cgit v1.2.3