diff options
author | 2006-03-09 23:35:52 +0000 | |
---|---|---|
committer | 2006-03-09 23:35:52 +0000 | |
commit | 2b60c218ffa8ef90c5faf379a8f3f37ea4cce294 (patch) | |
tree | 4fc0dc98bd3d2a2aff7000ee145022549045e204 /eclass | |
parent | Version bump #125571 by Pol. (diff) | |
download | gentoo-2-2b60c218ffa8ef90c5faf379a8f3f37ea4cce294.tar.gz gentoo-2-2b60c218ffa8ef90c5faf379a8f3f37ea4cce294.tar.bz2 gentoo-2-2b60c218ffa8ef90c5faf379a8f3f37ea4cce294.zip |
recurse into docs subdir
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/horde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index df7b9d542ea7..c664f95cfbe3 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.32 2006/03/09 23:31:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.33 2006/03/09 23:35:52 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -115,7 +115,7 @@ horde_src_install() { # many horde apps include in their help page #121003) dodoc README docs/* mv docs/CREDITS "${T}"/ - rm -f COPYING LICENSE README docs/* + rm -rf COPYING LICENSE README docs/* mv "${T}"/CREDITS docs/ dodir ${destdir} |