diff options
author | 2006-06-11 14:47:54 +0000 | |
---|---|---|
committer | 2006-06-11 14:47:54 +0000 | |
commit | b90a41468700abbf91ec13f3b8bfac4b033f7896 (patch) | |
tree | fd560115621891ce92e48f9e4cbbc8feacb1edbb /sys-apps/iproute2 | |
parent | document patch (diff) | |
download | gentoo-2-b90a41468700abbf91ec13f3b8bfac4b033f7896.tar.gz gentoo-2-b90a41468700abbf91ec13f3b8bfac4b033f7896.tar.bz2 gentoo-2-b90a41468700abbf91ec13f3b8bfac4b033f7896.zip |
fixup the iptables path as reported by Denys #133932
(Portage version: 2.1)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild b/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild index 551c5d7cb38d..b54a082bf9d0 100644 --- a/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild,v 1.2 2006/04/19 00:32:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild,v 1.3 2006/06/11 14:47:54 vapier Exp $ inherit eutils toolchain-funcs @@ -37,9 +37,9 @@ src_unpack() { # don't build arpd if USE=-berkdb #81660 use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile # Multilib fixes - sed -i 's:/usr/local:/usr:' tc/m_ipt.c + sed -i 's:/usr/local:/usr:' tc/m_ipt.c include/iptables.h sed -i "s:/usr/lib:/usr/$(get_libdir):g" \ - netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.c} || die + netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.c} include/iptables.h || die } src_compile() { |