diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:26:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:26:40 +0000 |
commit | 52168e9b89da3769cf8652b04bfeeb4571694d46 (patch) | |
tree | 1ea22490a4fdd854eee27b693b5642bdb3d94355 /x11-misc/mixer_app/mixer_app-1.8.0.ebuild | |
parent | Removed old versions. (diff) | |
download | historical-52168e9b89da3769cf8652b04bfeeb4571694d46.tar.gz historical-52168e9b89da3769cf8652b04bfeeb4571694d46.tar.bz2 historical-52168e9b89da3769cf8652b04bfeeb4571694d46.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/mixer_app/mixer_app-1.8.0.ebuild')
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild index e57464d5ceab..1c938a04f1ac 100644 --- a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.8 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.9 2005/11/01 13:22:55 nelchael Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -25,5 +25,5 @@ src_compile() { src_install() { #make DESTDIR=${D} install || die dobin Mixer.app - dodoc COPYING README ChangeLog + dodoc README ChangeLog } |