diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-08-23 19:16:57 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-08-23 19:16:57 +0000 |
commit | 15c11ceb0a6885609c07517efb7736116d0e5b6b (patch) | |
tree | 642c65be4f3dfa9409e90f714437999dabb421f6 /media-sound | |
parent | cp -dpR -> cp -pPR for bug #103487. (diff) | |
download | gentoo-2-15c11ceb0a6885609c07517efb7736116d0e5b6b.tar.gz gentoo-2-15c11ceb0a6885609c07517efb7736116d0e5b6b.tar.bz2 gentoo-2-15c11ceb0a6885609c07517efb7736116d0e5b6b.zip |
Fix make install.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gmpc/gmpc-0.12.0-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/gmpc/gmpc-0.12.0-r1.ebuild b/media-sound/gmpc/gmpc-0.12.0-r1.ebuild index 6f780c1563dd..55212d4450b7 100644 --- a/media-sound/gmpc/gmpc-0.12.0-r1.ebuild +++ b/media-sound/gmpc/gmpc-0.12.0-r1.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/media-sound/gmpc/gmpc-0.12.0-r1.ebuild,v 1.1 2005/08/23 19:14:42 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.12.0-r1.ebuild,v 1.2 2005/08/23 19:16:57 ticho Exp $ IUSE="gnome" @@ -23,5 +23,9 @@ src_compile() { emake || die "make failed" } +src_install() { + make DESTDIR=${D} install || die "make install failed" +} + DOCS="AUTHORS ChangeLog NEWS README" |