From 8966fe7cf95c01220a4631670fa2fc6af28b2c5a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 27 Feb 2004 19:30:37 +0000 Subject: also move HOME=$T into src_compile() --- games-sports/torcs/torcs-1.2.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games-sports/torcs') 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() { -- cgit v1.2.3-65-gdbad