summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/fxruby/fxruby-1.0.25.ebuild')
-rw-r--r--dev-ruby/fxruby/fxruby-1.0.25.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/fxruby/fxruby-1.0.25.ebuild b/dev-ruby/fxruby/fxruby-1.0.25.ebuild
index 6370232f2191..844f8e954705 100644
--- a/dev-ruby/fxruby/fxruby-1.0.25.ebuild
+++ b/dev-ruby/fxruby/fxruby-1.0.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.0.25.ebuild,v 1.6 2005/02/24 22:55:45 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.0.25.ebuild,v 1.7 2005/09/02 12:48:05 flameeyes Exp $
MY_P=FXRuby-${PV}
DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
@@ -24,6 +24,6 @@ src_install() {
ruby install.rb install || die
dodoc ANNOUNCE ChangeLog README*
- cp -dr examples ${D}/usr/share/doc/${PF}
+ cp -r examples ${D}/usr/share/doc/${PF}
dohtml -r doc/*
}