summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-08 01:07:57 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-08 01:07:57 +0000
commit53e8af0500b273ccb61bdbe79efd527e61153ee7 (patch)
tree216213f86de506e7caf3616d42465803af367342 /eclass
parentupdate copyright (diff)
downloadgentoo-2-53e8af0500b273ccb61bdbe79efd527e61153ee7.tar.gz
gentoo-2-53e8af0500b273ccb61bdbe79efd527e61153ee7.tar.bz2
gentoo-2-53e8af0500b273ccb61bdbe79efd527e61153ee7.zip
delete all docs by CREDITS #121003 by Georgi Georgiev
Diffstat (limited to 'eclass')
-rw-r--r--eclass/horde.eclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 42c03f4e8391..61577396e3a1 100644
--- a/eclass/horde.eclass
+++ b/eclass/horde.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/horde.eclass,v 1.27 2006/01/07 23:46:57 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.28 2006/02/08 01:07:57 vapier Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -107,8 +107,12 @@ horde_src_install() {
# Work-around when dealing with CVS sources
[[ ${EHORDE_CVS} = "true" ]] && cd ${HORDE_PN}
+ # Install docs and then delete them (except for CREDITS which
+ # many horde apps include in their help page #121003)
dodoc README docs/*
- rm -rf COPYING LICENSE README docs
+ mv docs/CREDITS "${T}"/
+ rm -f COPYING LICENSE README docs/*
+ mv CREDITS "${T}"/docs/
dodir ${destdir}
cp -r . ${D}/${destdir}/ || die "install files"