summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-05-27 13:01:42 +0000
committerJeroen Roovers <jer@gentoo.org>2013-05-27 13:01:42 +0000
commit52942e14bf2a596ea60680bf983de8ce36768d7c (patch)
treef9ba4974565d52aa2fbeaeccaaa5a05c59d0d510 /net-misc/socat
parentWhitespace. (diff)
downloadgentoo-2-52942e14bf2a596ea60680bf983de8ce36768d7c.tar.gz
gentoo-2-52942e14bf2a596ea60680bf983de8ce36768d7c.tar.bz2
gentoo-2-52942e14bf2a596ea60680bf983de8ce36768d7c.zip
Fix ifconfig path in test.sh.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/socat')
-rw-r--r--net-misc/socat/ChangeLog5
-rw-r--r--net-misc/socat/socat-1.7.2.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog
index 5dc860bbd81c..22cabde5561c 100644
--- a/net-misc/socat/ChangeLog
+++ b/net-misc/socat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/socat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.110 2013/05/27 12:07:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.111 2013/05/27 13:01:42 jer Exp $
+
+ 27 May 2013; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.2.ebuild:
+ Fix ifconfig path in test.sh.
27 May 2013; Jeroen Roovers <jer@gentoo.org> socat-2.0.0_beta6.ebuild:
Remove unneeded autotools.
diff --git a/net-misc/socat/socat-1.7.2.2.ebuild b/net-misc/socat/socat-1.7.2.2.ebuild
index b005709a6411..9638b2cd6caf 100644
--- a/net-misc/socat/socat-1.7.2.2.ebuild
+++ b/net-misc/socat/socat-1.7.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.1 2013/05/27 11:48:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.2 2013/05/27 13:01:42 jer Exp $
EAPI="4"
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.7.2.1-long-long.patch #436164
+ sed -i test.sh -e "s|/sbin/ifconfig|$(type -P ifconfig)|g" || die
eautoreconf
}