From 4e14b6c2ce221dada541706c719b99ec30e9eac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miroslav=20=C5=A0ulc?= Date: Wed, 12 Feb 2020 15:14:05 +0100 Subject: [PATCH] media-sound/audacity: fixed doc installation in 2.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fix by Adrian Bassett Closes: https://bugs.gentoo.org/708980 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Miroslav Å ulc --- media-sound/audacity/audacity-2.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/audacity/audacity-2.3.3.ebuild b/media-sound/audacity/audacity-2.3.3.ebuild index 17a5ff0f70b4..d6f6c12ec16c 100644 --- a/media-sound/audacity/audacity-2.3.3.ebuild +++ b/media-sound/audacity/audacity-2.3.3.ebuild @@ -120,8 +120,8 @@ src_install() { if use doc ; then docinto html - dodoc -r "${WORKDIR}"/help/manual/{m,man,manual} - dodoc "${WORKDIR}"/help/manual/{favicon.ico,index.html,quick_help.html} + dodoc -r "${WORKDIR}"/manual/{m,man,manual} + dodoc "${WORKDIR}"/manual/{favicon.ico,index.html,quick_help.html} dosym ../../doc/${PF}/html /usr/share/${PN}/help/manual fi } -- 2.26.2