projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270d5f9
)
dev-ruby/rmagick: install docs in correct location
author
Hans de Graaff
<graaff@gentoo.org>
Mon, 17 Jun 2019 05:32:34 +0000
(07:32 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Mon, 17 Jun 2019 05:32:34 +0000
(07:32 +0200)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/rmagick/rmagick-3.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/rmagick/rmagick-3.2.0.ebuild
b/dev-ruby/rmagick/rmagick-3.2.0.ebuild
index b09298682098af8095623b55f1937a8f02c916a6..d4b04376933e77c1dccc5001fcfc40aed0ac6e59 100644
(file)
--- 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
}