diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-11 08:36:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-11 08:36:17 +0000 |
commit | fac1dba1de9d97408ce659a892ea45b90a09aac4 (patch) | |
tree | 978fe7fde912569d6f6c04822062ac6edb1100dc /media-sound/tempest_for_eliza | |
parent | Fix prestripping and -Werror wrt #260917 (diff) | |
download | gentoo-2-fac1dba1de9d97408ce659a892ea45b90a09aac4.tar.gz gentoo-2-fac1dba1de9d97408ce659a892ea45b90a09aac4.tar.bz2 gentoo-2-fac1dba1de9d97408ce659a892ea45b90a09aac4.zip |
Oops, quoting.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/tempest_for_eliza')
-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* |