dev-ruby/rmagick: install docs in correct location

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
This commit is contained in:
Hans de Graaff
2019-06-17 07:32:34 +02:00
parent 270d5f9f61
commit bf5ee725b3

View File

@@ -58,6 +58,7 @@ all_ruby_install() {
dodoc examples/*
if use doc ; then
dodoc -r doc/.
docinto .
dodoc -r doc
fi
}