diff options
| author | Michael Biebl <biebl@debian.org> | 2022-02-19 21:47:49 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-02-19 21:47:49 +0100 |
| commit | 9dfb775ea3968a099ae3b596160c9ab93a267031 (patch) | |
| tree | a25709de511cf122d551de3b5eda610f8ecde7e3 | |
| parent | f09dac9f12c30a2ce5e73a88bb680867574fd1c6 (diff) | |
Set path to nft binary
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index da447d37..1f896f0a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,9 +25,10 @@ override_dh_auto_configure: --runstatedir=/run \ --with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR) \ --with-pppd=/usr/sbin/pppd \ + --with-nft=/usr/sbin/nft \ + --with-iptables=/usr/sbin/iptables \ --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ - --with-iptables=/usr/sbin/iptables \ --with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-polkit-agent-helper-1=/usr/lib/policykit-1/polkit-agent-helper-1 \ |