summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-10-10 19:59:06 +0000
committerMarien Zwart <marienz@gentoo.org>2006-10-10 19:59:06 +0000
commite2dc673bad1b225a0208969f5e08dd65254415e6 (patch)
tree95e244b6091154bb693007a47df6906412ec3f9b /eclass
parentMarking amd64, sparc stable; cleaning out stale ebuild (diff)
downloadgentoo-2-e2dc673bad1b225a0208969f5e08dd65254415e6.tar.gz
gentoo-2-e2dc673bad1b225a0208969f5e08dd65254415e6.tar.bz2
gentoo-2-e2dc673bad1b225a0208969f5e08dd65254415e6.zip
Do not install COPYRIGHT (reported by ChrisWhite on irc).
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index 95b333fed6aa..f671a98a4fb6 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.34 2006/08/16 16:24:20 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.35 2006/10/10 19:59:06 marienz Exp $
#
# Author: Jon Nelson <jnelson@gentoo.org>
# Current Maintainer: Alastair Tse <liquidx@gentoo.org>
@@ -53,8 +53,7 @@ distutils_src_install() {
${python} setup.py install --root=${D} "$@" || die
fi
- DDOCS="CHANGELOG COPYRIGHT KNOWN_BUGS MAINTAINERS PKG-INFO"
- DDOCS="${DDOCS} CONTRIBUTORS TODO"
+ DDOCS="CHANGELOG KNOWN_BUGS MAINTAINERS PKG-INFO CONTRIBUTORS TODO"
DDOCS="${DDOCS} Change* MANIFEST* README*"
for doc in ${DDOCS}; do