diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-12-19 11:52:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-12-19 11:52:09 +0000 |
commit | de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb (patch) | |
tree | 9a01424c5e904ac222a04e8b1c730f0778539cb1 /media-sound/sidplay/sidplay-2.0.9.ebuild | |
parent | Fix build with gcc 4.3 by fixing configure checks; autreconfing it requires t... (diff) | |
download | gentoo-2-de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb.tar.gz gentoo-2-de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb.tar.bz2 gentoo-2-de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb.zip |
quote D
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'media-sound/sidplay/sidplay-2.0.9.ebuild')
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild index bcccac1f5e20..b4f19b1d70b1 100644 --- a/media-sound/sidplay/sidplay-2.0.9.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.9.ebuild,v 1.8 2008/12/19 11:50:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.9.ebuild,v 1.9 2008/12/19 11:52:09 aballier Exp $ inherit eutils @@ -24,6 +24,6 @@ src_unpack() { } src_install () { - emake DESTDIR=${D} install || die "emake install failed." + emake DESTDIR="${D}" install || die "emake install failed." dodoc TODO AUTHORS ChangeLog } |