diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-09-18 17:23:29 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-09-18 17:29:24 -0600 |
commit | 1acb303f69b69842c3e1222f9207d79563bd18e0 (patch) | |
tree | e4ff375d2bb265128d50efd458ed53ecfc5a1aa8 | |
parent | dev-lang/go: remove old version (diff) | |
download | gentoo-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>
-rw-r--r-- | app-shells/zsh/zsh-5.6.2.ebuild | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.7.1.ebuild | 3 | ||||
-rw-r--r-- | app-shells/zsh/zsh-9999.ebuild | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild index dbbb337d6e96..09315ecb9b23 100644 --- a/app-shells/zsh/zsh-5.6.2.ebuild +++ b/app-shells/zsh/zsh-5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -171,10 +171,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 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 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 |