diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-25 17:07:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-25 17:07:07 +0000 |
commit | 1e3996439640c65c3547a59cff1f75c1807d03c9 (patch) | |
tree | 06a0325fa85f2b2eb35fb809add64a05e0a536dc /dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild | |
parent | Remove old version wrt #303085. (diff) | |
download | gentoo-2-1e3996439640c65c3547a59cff1f75c1807d03c9.tar.gz gentoo-2-1e3996439640c65c3547a59cff1f75c1807d03c9.tar.bz2 gentoo-2-1e3996439640c65c3547a59cff1f75c1807d03c9.zip |
Fix repoman warnings
(Portage version: 2.2_rc67/cvs/Linux x86_64)
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 |