diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/ccgo/ccgo-0.3.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/ccgo/ccgo-0.3.6.2.ebuild b/games-board/ccgo/ccgo-0.3.6.2.ebuild index 14da77e55b1e..d475206f9f12 100644 --- a/games-board/ccgo/ccgo-0.3.6.2.ebuild +++ b/games-board/ccgo/ccgo-0.3.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ccgo/ccgo-0.3.6.2.ebuild,v 1.4 2006/10/05 17:20:54 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ccgo/ccgo-0.3.6.2.ebuild,v 1.5 2007/06/10 07:04:08 mr_bones_ Exp $ inherit games @@ -28,6 +28,6 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" prepgamesdirs } |