diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-26 07:20:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-26 07:20:11 +0000 |
commit | 32577517850d32e0c65a8d1db2a2f3ccb4471a99 (patch) | |
tree | 7d5f745d0a44d421b3e39dfc0cc1b6e776cfdc9e /games-puzzle/scramble | |
parent | Fixed bash parameter expansion. (diff) | |
download | gentoo-2-32577517850d32e0c65a8d1db2a2f3ccb4471a99.tar.gz gentoo-2-32577517850d32e0c65a8d1db2a2f3ccb4471a99.tar.bz2 gentoo-2-32577517850d32e0c65a8d1db2a2f3ccb4471a99.zip |
emake
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-puzzle/scramble')
-rw-r--r-- | games-puzzle/scramble/scramble-0.9.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/scramble/scramble-0.9.5.ebuild b/games-puzzle/scramble/scramble-0.9.5.ebuild index 6de2de25bc9c..f55f4c6a981b 100644 --- a/games-puzzle/scramble/scramble-0.9.5.ebuild +++ b/games-puzzle/scramble/scramble-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v 1.1 2005/04/02 05:55:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v 1.2 2007/04/26 07:20:11 mr_bones_ Exp $ inherit games @@ -21,6 +21,6 @@ RDEPEND="${DEPEND} sys-apps/miscfiles" src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" prepgamesdirs } |