diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-10 07:04:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-10 07:04:08 +0000 |
commit | 726e8ff795e8db104ef21cab3b676dbe2dc01a30 (patch) | |
tree | 72fa32a05baa5f90f6779ab5903ac65831a29b49 /games-board | |
parent | Version bump: fixes compatibility with imagemagick 6.3.4 (diff) | |
download | gentoo-2-726e8ff795e8db104ef21cab3b676dbe2dc01a30.tar.gz gentoo-2-726e8ff795e8db104ef21cab3b676dbe2dc01a30.tar.bz2 gentoo-2-726e8ff795e8db104ef21cab3b676dbe2dc01a30.zip |
use emake
(Portage version: 2.1.2.7)
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 } |