summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-09-18 17:23:29 -0600
committerTim Harder <radhermit@gentoo.org>2019-09-18 17:29:24 -0600
commit1acb303f69b69842c3e1222f9207d79563bd18e0 (patch)
treee4ff375d2bb265128d50efd458ed53ecfc5a1aa8 /app-shells/zsh/zsh-9999.ebuild
parentdev-lang/go: remove old version (diff)
downloadgentoo-1acb303f69b69842c3e1222f9207d79563bd18e0.tar.gz
gentoo-1acb303f69b69842c3e1222f9207d79563bd18e0.tar.bz2
gentoo-1acb303f69b69842c3e1222f9207d79563bd18e0.zip
app-shells/zsh: fix BadInsIntoDir QA issues
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-shells/zsh/zsh-9999.ebuild')
-rw-r--r--app-shells/zsh/zsh-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
index 7455f1937729..2d05ce7a473d 100644
--- a/app-shells/zsh/zsh-9999.ebuild
+++ b/app-shells/zsh/zsh-9999.ebuild
@@ -175,10 +175,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