From 766571f94f84c5c2b689345d6229f607d9608149 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 8 Jan 2009 22:52:51 +0000 Subject: parallel make doesn't work with install either (bug #251797) (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686) --- games-sports/torcs/ChangeLog | 7 +++++-- games-sports/torcs/torcs-1.3.1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'games-sports/torcs') diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 4861544ed6e5..e83769e23541 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.26 2008/12/20 04:43:51 mr_bones_ Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.27 2009/01/08 22:52:51 mr_bones_ Exp $ + + 08 Jan 2009; Michael Sterrett torcs-1.3.1.ebuild: + parallel make doesn't work with install either (bug #251797) *torcs-1.3.1 (20 Dec 2008) diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild index bbdad64041e5..046aa809bbbd 100644 --- a/games-sports/torcs/torcs-1.3.1.ebuild +++ b/games-sports/torcs/torcs-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.1 2008/12/20 04:43:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.2 2009/01/08 22:52:51 mr_bones_ Exp $ inherit autotools eutils multilib games @@ -45,7 +45,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install datainstall || die "emake install failed" + emake -j1 DESTDIR="${D}" install datainstall || die "emake install failed" newicon Ticon.png ${PN}.png make_desktop_entry ${PN} TORCS dodoc README doc/history/history.txt -- cgit v1.2.3-65-gdbad