diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-26 11:36:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-26 11:36:42 +0000 |
commit | 93f6be895d46ad83da0d68e888d1254b5844f91d (patch) | |
tree | 08ead880aca7b1226acac558f8428617f1d71bb7 /net-firewall | |
parent | Version bump (diff) | |
download | gentoo-2-93f6be895d46ad83da0d68e888d1254b5844f91d.tar.gz gentoo-2-93f6be895d46ad83da0d68e888d1254b5844f91d.tar.bz2 gentoo-2-93f6be895d46ad83da0d68e888d1254b5844f91d.zip |
simple cosmetic fix -- dont double up trailing / for KERNEL_DIR
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.3.8-r2.ebuild b/net-firewall/iptables/iptables-1.3.8-r2.ebuild index 69051f516786..4175e6a8e019 100644 --- a/net-firewall/iptables/iptables-1.3.8-r2.ebuild +++ b/net-firewall/iptables/iptables-1.3.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.8-r2.ebuild,v 1.1 2007/08/25 16:28:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.8-r2.ebuild,v 1.2 2007/08/26 11:36:42 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -146,7 +146,7 @@ src_defs() { # files so we need to give it the right path to our toolchain's # include dir where the linux headers are. # FYI IPTABLES: YOU FAIL - echo '#include <linux/limits.h>' | $(tc-getCPP) - | grep -o '/[^"]*linux/limits.h' | sed s:include/linux/limits.h:: + echo '#include <linux/limits.h>' | $(tc-getCPP) - | grep -o '/[^"]*linux/limits.h' | sed s:/include/linux/limits.h:: ) diemsg="failure" else |