diff options
author | Richard Brown <rbrown@gentoo.org> | 2007-03-10 10:27:45 +0000 |
---|---|---|
committer | Richard Brown <rbrown@gentoo.org> | 2007-03-10 10:27:45 +0000 |
commit | a5405d46136c62dc26165982007c39c183596473 (patch) | |
tree | 25c44f8a773b5ea5c5b409c1dc61128d7cef373b /eclass/ruby.eclass | |
parent | Alpha love. (diff) | |
download | historical-a5405d46136c62dc26165982007c39c183596473.tar.gz historical-a5405d46136c62dc26165982007c39c183596473.tar.bz2 historical-a5405d46136c62dc26165982007c39c183596473.zip |
Includes samples dir with USE="examples"
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 38da2dc2377c..352ffc7f7288 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.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/ruby.eclass,v 1.62 2007/01/31 13:46:07 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.63 2007/03/10 10:27:45 rbrown Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -174,7 +174,7 @@ erubydoc() { fi if ( use examples ); then - for dir in sample example examples; do + for dir in sample samples example examples; do if [ -d ${dir} ] ; then dodir /usr/share/doc/${PF} cp -pPR ${dir} ${D}/usr/share/doc/${PF} || die "cp failed" |