summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2008-11-09 07:26:17 +0000
committerHarald van Dijk <truedfx@gentoo.org>2008-11-09 07:26:17 +0000
commit819a434f9b05a15165c432d68370649f48588586 (patch)
treeecad00d1461d1212525338f8a73b2032e7d93c2b /sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild
parentAlways own /etc/exports from now on #246021 by Ian Kelling. (diff)
downloadhistorical-819a434f9b05a15165c432d68370649f48588586.tar.gz
historical-819a434f9b05a15165c432d68370649f48588586.tar.bz2
historical-819a434f9b05a15165c432d68370649f48588586.zip
Avoid bashism in configure script (#236868)
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild')
-rw-r--r--sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild b/sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild
index 713a56ec0425..b839fcdc33c5 100644
--- a/sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild
+++ b/sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild,v 1.1 2008/06/27 16:44:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.1-r3.ebuild,v 1.2 2008/11/09 07:26:17 truedfx Exp $
#
# don't monkey with this ebuild unless contacting portage devs.
@@ -42,6 +42,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-open-normal-fail.patch #135745
epatch "${FILESDIR}"/${P}-open-cloexec.patch #196720
epatch "${FILESDIR}"/${P}-rtld-validation.patch #206678
+ sed -i -e 's/&> libctest.log/>libctest.log 2>\&1/g' configure || die "sed failed" #236868
}
abi_fail_check() {