diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:39:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:39:00 +0000 |
commit | 31c57efb8c8a2483ec19adf47fa93896c246b4c3 (patch) | |
tree | aeb939622cc0bc1502b0b6fd46d06d0dddfb6751 /media-sound/id3v2/id3v2-0.1.11.ebuild | |
parent | Don't install COPYING, INSTALL and ABOUT-NLS files. Use double brakets for te... (diff) | |
download | gentoo-2-31c57efb8c8a2483ec19adf47fa93896c246b4c3.tar.gz gentoo-2-31c57efb8c8a2483ec19adf47fa93896c246b4c3.tar.bz2 gentoo-2-31c57efb8c8a2483ec19adf47fa93896c246b4c3.zip |
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-sound/id3v2/id3v2-0.1.11.ebuild')
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.11.ebuild b/media-sound/id3v2/id3v2-0.1.11.ebuild index 85db2aac81eb..6a91020bc985 100644 --- a/media-sound/id3v2/id3v2-0.1.11.ebuild +++ b/media-sound/id3v2/id3v2-0.1.11.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/id3v2/id3v2-0.1.11.ebuild,v 1.4 2005/04/01 21:12:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.11.ebuild,v 1.5 2005/09/04 10:34:44 flameeyes Exp $ IUSE="" @@ -35,5 +35,5 @@ src_compile() { src_install() { dobin id3v2 doman id3v2.1 - dodoc COPYING INSTALL README + dodoc README } |