diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-11-09 09:25:12 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-11-09 09:25:34 +0100 |
commit | 0e79d6ef10ddbcc772c121473a7b3fa82b53c69b (patch) | |
tree | d272ee0b67179059a9e3471d570835b25eeaf3e8 /dev-ruby/activeldap | |
parent | app-editors/scite: Version Bump to 4.2.1. (diff) | |
download | gentoo-0e79d6ef10ddbcc772c121473a7b3fa82b53c69b.tar.gz gentoo-0e79d6ef10ddbcc772c121473a7b3fa82b53c69b.tar.bz2 gentoo-0e79d6ef10ddbcc772c121473a7b3fa82b53c69b.zip |
dev-ruby/activeldap: use dodoc to install examples
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r-- | dev-ruby/activeldap/activeldap-5.2.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-ruby/activeldap/activeldap-5.2.4.ebuild b/dev-ruby/activeldap/activeldap-5.2.4.ebuild index 69bfdaa2d281..d286616fbcf2 100644 --- a/dev-ruby/activeldap/activeldap-5.2.4.ebuild +++ b/dev-ruby/activeldap/activeldap-5.2.4.ebuild @@ -34,7 +34,5 @@ all_ruby_install() { all_fakegem_install dodoc doc/text/* - - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples } |