diff options
-rw-r--r-- | media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.ebuild b/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.ebuild index a1c0681dc4f9..cc6b6d98fcbf 100644 --- a/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.ebuild +++ b/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.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/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.ebuild,v 1.9 2009/05/11 08:31:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5.ebuild,v 1.10 2009/05/11 08:36:17 ssuominen Exp $ EAPI=2 inherit toolchain-funcs @@ -29,7 +29,7 @@ src_compile() { } src_install() { - emake install DESTDIR=${D} || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README rm songs/Makefile* |