diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-20 12:04:22 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-20 12:04:22 +0200 |
| commit | 41284cff6b7b3712a41a5cee9b7122c80d68d756 (patch) | |
| tree | b8e6653331bffcf78bd0fe2082b6e6580e5fa782 /debian/rules | |
| parent | e74dbc50d2af0f3255f2083dc161ca3d493c5d09 (diff) | |
* debian/rules:
- the iptables binary is in /usr/sbin now, use the correct location in
the configure. Should fix the hotspot feature not working in GNOME
on upgraded systems which haven't been usrmerged.
(lp: #1870359)
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 86472bf1..df98dc4b 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ override_dh_auto_configure: --with-pppd=/usr/sbin/pppd \ --with-resolvconf=no \ --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 \ |