diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:41:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:41:37 +0000 |
commit | 01aceb462a99b873ac54183e5d657a78a8ea0cee (patch) | |
tree | a4fa93a030527f9b14ff0736b05bc93181b7703c /app-arch/gzip | |
parent | Another version bump (diff) | |
download | historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.gz historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.bz2 historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.zip |
dont install stupid COPYING files among other things
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/gzip-1.3.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gzip/gzip-1.3.3-r2.ebuild b/app-arch/gzip/gzip-1.3.3-r2.ebuild index 2c366b6d2124..c3968d138b84 100644 --- a/app-arch/gzip/gzip-1.3.3-r2.ebuild +++ b/app-arch/gzip/gzip-1.3.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r2.ebuild,v 1.7 2004/04/27 04:56:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r2.ebuild,v 1.8 2004/05/31 19:41:37 vapier Exp $ inherit eutils flag-o-matic @@ -74,7 +74,7 @@ src_install() { ln -s gzip.1.gz gzcat.1.gz cd ${S} rm -rf ${D}/usr/man ${D}/usr/lib - dodoc ChangeLog COPYING NEWS README THANKS TODO + dodoc ChangeLog NEWS README THANKS TODO docinto txt dodoc algorithm.doc gzip.doc else |