diff options
| author | Michael Biebl <biebl@debian.org> | 2025-07-15 08:35:49 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-07-15 08:36:00 +0200 |
| commit | f0437f8229c8ce95223fc6b3997aad11b00acd9a (patch) | |
| tree | 5ed97163786ad111f4608bac0a26b7f72513f1d7 /debian/rules | |
| parent | ab2de4fb925928b5bc63086e230fd516b0c9a171 (diff) | |
Explicitly specify the path for ip6tables
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f222c09b..12796228 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ override_dh_auto_configure: -Dmodprobe=/usr/sbin/modprobe \ -Ddhcpcd=false \ -Diptables=/usr/sbin/iptables \ + -Dip6tables=/usr/sbin/ip6tables \ -Dnft=/usr/sbin/nft \ -Ddnsmasq=/usr/sbin/dnsmasq \ -Dpolkit_agent_helper_1=/usr/lib/policykit-1/polkit-agent-helper-1 \ |