diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-06-07 18:00:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-06-07 18:00:58 +0000 |
commit | 2020e3fb6631190971f091219b5c59c748c49e6a (patch) | |
tree | 635464844c35a6a8120f989474d547a8540d7a8a /dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild | |
parent | Version bump. (diff) | |
download | historical-2020e3fb6631190971f091219b5c59c748c49e6a.tar.gz historical-2020e3fb6631190971f091219b5c59c748c49e6a.tar.bz2 historical-2020e3fb6631190971f091219b5c59c748c49e6a.zip |
install examples in the right place.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild')
-rw-r--r-- | dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild index 8d6e89fef33c..74b1e12c59b8 100644 --- a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild +++ b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.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/ruby-serialport/ruby-serialport-1.0.3.ebuild,v 1.3 2010/05/24 05:36:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild,v 1.4 2010/06/07 18:00:58 flameeyes Exp $ EAPI="2" @@ -46,7 +46,7 @@ each_ruby_compile() { all_ruby_install() { all_fakegem_install - docinto examples # don't compress it + insinto /usr/share/doc/${PF}/examples doins test/miniterm.rb || die } |