diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:28:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:28:24 +0000 |
commit | d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478 (patch) | |
tree | ea2f23e30eb0caade2fcaa7eeca2f479475cc148 /media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild | |
parent | Don't install COPYING file. (diff) | |
download | gentoo-2-d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478.tar.gz gentoo-2-d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478.tar.bz2 gentoo-2-d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478.zip |
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild')
-rw-r--r-- | media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild b/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild index 57c136ca320d..2fce1ec638c3 100644 --- a/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild +++ b/media-plugins/streamtuner-local/streamtuner-local-0.4.0.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-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild,v 1.11 2005/05/28 18:55:16 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild,v 1.12 2005/09/04 10:27:59 flameeyes Exp $ inherit eutils @@ -25,5 +25,5 @@ src_unpack() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog NEWS README INSTALL + dodoc AUTHORS ChangeLog NEWS README } |