diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-27 19:30:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-27 19:30:37 +0000 |
commit | 8966fe7cf95c01220a4631670fa2fc6af28b2c5a (patch) | |
tree | 016ba61367c506df224ed99291c32e68b10c416f /games-sports | |
parent | move the filter-flags statement into src_compile (diff) | |
download | gentoo-2-8966fe7cf95c01220a4631670fa2fc6af28b2c5a.tar.gz gentoo-2-8966fe7cf95c01220a4631670fa2fc6af28b2c5a.tar.bz2 gentoo-2-8966fe7cf95c01220a4631670fa2fc6af28b2c5a.zip |
also move HOME=$T into src_compile()
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/torcs/torcs-1.2.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-sports/torcs/torcs-1.2.2.ebuild b/games-sports/torcs/torcs-1.2.2.ebuild index 31f40fb6bfda..52e8ba67a166 100644 --- a/games-sports/torcs/torcs-1.2.2.ebuild +++ b/games-sports/torcs/torcs-1.2.2.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/games-sports/torcs/torcs-1.2.2.ebuild,v 1.3 2004/02/27 19:30:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.2.ebuild,v 1.4 2004/02/27 19:30:37 vapier Exp $ inherit games @@ -37,8 +37,6 @@ RDEPEND=">=media-libs/plib-1.6 DEPEND="${RDEPEND} >=sys-apps/sed-4" -HOME="${T}" - src_unpack() { unpack ${A} cd ${S} @@ -50,7 +48,7 @@ src_unpack() { src_compile() { egamesconf || die - emake -j1 || die + env HOME="${T}" emake -j1 || die } src_install() { |