diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-21 22:11:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-21 22:11:39 +0000 |
commit | 9fc8bcc40b2cf10794c5c7f98d0411291a0bc389 (patch) | |
tree | fdd025e20ed5cfb30f5cd7236aa4b4045b0e6709 /dev-ruby/treetop/treetop-1.4.3.ebuild | |
parent | Version bump. Clean up old revisions. (diff) | |
download | gentoo-2-9fc8bcc40b2cf10794c5c7f98d0411291a0bc389.tar.gz gentoo-2-9fc8bcc40b2cf10794c5c7f98d0411291a0bc389.tar.bz2 gentoo-2-9fc8bcc40b2cf10794c5c7f98d0411291a0bc389.zip |
Fix install.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/treetop/treetop-1.4.3.ebuild')
-rw-r--r-- | dev-ruby/treetop/treetop-1.4.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-ruby/treetop/treetop-1.4.3.ebuild b/dev-ruby/treetop/treetop-1.4.3.ebuild index 42992dec6677..9f444f707b01 100644 --- a/dev-ruby/treetop/treetop-1.4.3.ebuild +++ b/dev-ruby/treetop/treetop-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.3.ebuild,v 1.2 2009/12/21 21:58:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.3.ebuild,v 1.3 2009/12/21 22:11:39 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18" @@ -24,6 +24,8 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/polyglot-0.2.5" all_ruby_install() { - docinto examples - dodoc -r examples/* || die "Failed installing example files." + all_fakegem_install + + insinto /usr/share/doc/${PF}/examples + doins -r examples/* || die "Failed installing example files." } |