commit: bf5ee725b38f4e0eb0fca99a447da46959df3561 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 05:32:34 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 05:32:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5ee725
dev-ruby/rmagick: install docs in correct location Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/rmagick/rmagick-3.2.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/rmagick/rmagick-3.2.0.ebuild b/dev-ruby/rmagick/rmagick-3.2.0.ebuild index b0929868209..d4b04376933 100644 --- a/dev-ruby/rmagick/rmagick-3.2.0.ebuild +++ b/dev-ruby/rmagick/rmagick-3.2.0.ebuild @@ -58,6 +58,7 @@ all_ruby_install() { dodoc examples/* if use doc ; then - dodoc -r doc/. + docinto . + dodoc -r doc fi }