From: Tim Harder Date: Wed, 18 Sep 2019 23:23:29 +0000 (-0600) Subject: app-shells/zsh: fix BadInsIntoDir QA issues X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1acb303f69b69842c3e1222f9207d79563bd18e0;p=gentoo.git app-shells/zsh: fix BadInsIntoDir QA issues Signed-off-by: Tim Harder --- 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