diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:39:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:39:42 +0000 |
commit | 6cce82cc9da28e2bc5f3d152d52c351ed9bb5292 (patch) | |
tree | ee719112564e8254e38c26c274c372ac93d9d7cc /media-sound/cmix/cmix-1.6.ebuild | |
parent | Don't install COPYING and INSTALL files. (diff) | |
download | gentoo-2-6cce82cc9da28e2bc5f3d152d52c351ed9bb5292.tar.gz gentoo-2-6cce82cc9da28e2bc5f3d152d52c351ed9bb5292.tar.bz2 gentoo-2-6cce82cc9da28e2bc5f3d152d52c351ed9bb5292.zip |
Don't install COPYING file.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-sound/cmix/cmix-1.6.ebuild')
-rw-r--r-- | media-sound/cmix/cmix-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cmix/cmix-1.6.ebuild b/media-sound/cmix/cmix-1.6.ebuild index f21769da3c32..5a1db03039a8 100644 --- a/media-sound/cmix/cmix-1.6.ebuild +++ b/media-sound/cmix/cmix-1.6.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/cmix/cmix-1.6.ebuild,v 1.12 2005/07/25 12:15:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmix/cmix-1.6.ebuild,v 1.13 2005/09/04 10:35:00 flameeyes Exp $ IUSE="" @@ -22,5 +22,5 @@ src_compile() { src_install() { einstall || die dobin cmix - dodoc COPYING README || die + dodoc README || die } |