From: Hans de Graaff Date: Mon, 17 Jun 2019 05:32:34 +0000 (+0200) Subject: dev-ruby/rmagick: install docs in correct location X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf5ee725b38f4e0eb0fca99a447da46959df3561;p=gentoo.git dev-ruby/rmagick: install docs in correct location Signed-off-by: Hans de Graaff Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/dev-ruby/rmagick/rmagick-3.2.0.ebuild b/dev-ruby/rmagick/rmagick-3.2.0.ebuild index b09298682098..d4b04376933e 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 }