diff options
Diffstat (limited to 'games-sports/torcs/torcs-1.3.1.ebuild')
-rw-r--r-- | games-sports/torcs/torcs-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |