summaryrefslogtreecommitdiff
path: root/app-shells/zsh/zsh-5.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh/zsh-5.7.1.ebuild')
-rw-r--r--app-shells/zsh/zsh-5.7.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-5.7.1.ebuild b/app-shells/zsh/zsh-5.7.1.ebuild
index 103eb4abf6a4..03b1e1d45531 100644
--- a/app-shells/zsh/zsh-5.7.1.ebuild
+++ b/app-shells/zsh/zsh-5.7.1.ebuild
@@ -176,10 +176,9 @@ src_install() {
if use doc ; then
pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
+ dodoc Doc/zsh.{dvi,pdf}
docinto html
dodoc Doc/*.html
- insinto /usr/share/doc/${PF}
- doins Doc/zsh.{dvi,pdf}
popd >/dev/null
fi