diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-13 21:07:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-13 21:07:59 +0000 |
commit | 443c2753263ba793d083ebc1e00099af26c66d05 (patch) | |
tree | 293ed020cdaf4de1812364e2eaf422b5bff7e833 /games-simulation | |
parent | version bump (diff) | |
download | gentoo-2-443c2753263ba793d083ebc1e00099af26c66d05.tar.gz gentoo-2-443c2753263ba793d083ebc1e00099af26c66d05.tar.bz2 gentoo-2-443c2753263ba793d083ebc1e00099af26c66d05.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/micropolis/micropolis-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-simulation/micropolis/micropolis-1.0.ebuild b/games-simulation/micropolis/micropolis-1.0.ebuild index ae3746ef530c..d2b1ea9f6fa4 100644 --- a/games-simulation/micropolis/micropolis-1.0.ebuild +++ b/games-simulation/micropolis/micropolis-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.3 2009/02/20 13:44:40 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.4 2009/10/13 21:07:59 mr_bones_ Exp $ inherit eutils games @@ -35,8 +35,7 @@ src_unpack() { } src_compile() { - cd src - emake || die + emake -C src || die } src_install() { |