From 1acb303f69b69842c3e1222f9207d79563bd18e0 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 18 Sep 2019 17:23:29 -0600 Subject: [PATCH] app-shells/zsh: fix BadInsIntoDir QA issues Signed-off-by: Tim Harder --- app-shells/zsh/zsh-5.6.2.ebuild | 5 ++--- app-shells/zsh/zsh-5.7.1.ebuild | 3 +-- 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 -- 2.26.2