summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2004-04-05 08:55:40 +0000
committerStefan Jones <cretin@gentoo.org>2004-04-05 08:55:40 +0000
commitc153f576b92f785a24cb8f8c6111c587777cfd5e (patch)
treebf5a055f131ce1365d8cce55eb50dcf2454d8548 /dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild
parentdown to ~ppc until deps are stable (Manifest recommit) (diff)
downloadgentoo-2-c153f576b92f785a24cb8f8c6111c587777cfd5e.tar.gz
gentoo-2-c153f576b92f785a24cb8f8c6111c587777cfd5e.tar.bz2
gentoo-2-c153f576b92f785a24cb8f8c6111c587777cfd5e.zip
Fix bug 46776, PATH not set in src_install
Diffstat (limited to 'dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild')
-rw-r--r--dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild
index c8e6a36b1901..8b53c75a6dcb 100644
--- a/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild
+++ b/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild,v 1.4 2004/03/17 14:58:27 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild,v 1.5 2004/04/05 08:55:40 cretin Exp $
MY_P=${P/xmingw-/}
S=${WORKDIR}/${MY_P}
@@ -66,5 +66,6 @@ src_compile() {
}
src_install() {
+ export PATH=$PATH:/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin
make DESTDIR="${D}" install || die "make install failed"
}