diff options
Diffstat (limited to 'net-firewall/iptables/iptables-1.6.1-r2.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.6.1-r2.ebuild b/net-firewall/iptables/iptables-1.6.1-r2.ebuild index fde7e5b..26ccfd3 100644 --- a/net-firewall/iptables/iptables-1.6.1-r2.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r2.ebuild @@ -41,7 +41,7 @@ src_prepare() { # use the saner headers from the kernel rm -f include/linux/{kernel,types}.h - use imq && epatch "${FILESDIR}"/iptables-1.6.0-imq.diff + use imq && patch -p1 < "${FILESDIR}"/iptables-1.6.0-imq.diff # Only run autotools if user patched something epatch_user && eautoreconf || elibtoolize |