Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --with autoreconf

override_dh_auto_configure:
dh_auto_configure -- IPTABLES=/sbin/iptables IP=/bin/ip

override_dh_fixperms-arch:
dh_fixperms
chmod 4755 debian/mahimahi/usr/bin/mm-delay
Expand Down