diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-02-04 20:29:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-02-04 20:29:01 +0000 |
commit | 235e35d01c987644612104fb9a36fbd8ae405993 (patch) | |
tree | f1065d3743caa043aac4ea044680d5e93272923d /media-sound/gqmpeg/gqmpeg-0.91.1.ebuild | |
parent | Updated to use final 4.4 release. (diff) | |
download | gentoo-2-235e35d01c987644612104fb9a36fbd8ae405993.tar.gz gentoo-2-235e35d01c987644612104fb9a36fbd8ae405993.tar.bz2 gentoo-2-235e35d01c987644612104fb9a36fbd8ae405993.zip |
Fix dodoc, bug #138413
(Portage version: 2.1.2-r7)
Diffstat (limited to 'media-sound/gqmpeg/gqmpeg-0.91.1.ebuild')
-rw-r--r-- | media-sound/gqmpeg/gqmpeg-0.91.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild b/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild index e5586ec10c04..ab97c8fc2df4 100644 --- a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v 1.3 2006/10/05 08:38:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v 1.4 2007/02/04 20:29:01 aballier Exp $ IUSE="nls gnome" @@ -30,9 +30,9 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die - dodoc [A-KN-Z]* + dodoc AUTHORS ChangeLog FAQ NEWS README SKIN-SPECS SKIN-SPECS-V1 TODO use gnome && ( \ insinto /usr/share/gnome/apps/Multimedia |