diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-20 11:56:44 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-20 11:56:44 +0200 |
| commit | 7d3ff20eeaa6c7db2503a0289a210b06030b33c5 (patch) | |
| tree | fb629efde155052d13af1201d365bfe35252a03a /debian/rules | |
| parent | 7ffed1e6136de75188f10ba8763bcb942f932f8e (diff) | |
The iptables binary is now installed in /usr/sbin/
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1f478736..784ce12d 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ override_dh_auto_configure: --with-pppd=/usr/sbin/pppd \ --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ - --with-iptables=/sbin/iptables \ + --with-iptables=/usr/sbin/iptables \ --with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-systemdsystemunitdir=/lib/systemd/system \ |