diff options
Diffstat (limited to 'dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild')
-rw-r--r-- | dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild b/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild index 6d6af9d36c48..0517553ba67f 100644 --- a/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild +++ b/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.9 2010/05/22 15:16:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.10 2010/06/25 17:07:07 ssuominen Exp $ RUBY_BUG_145222=yes inherit ruby @@ -65,7 +65,7 @@ src_install() { 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" + cp -pPR ${dir} "${D}"/usr/share/doc/${PF} || die "cp failed" fi done fi |