Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/
Date: Wed, 12 Feb 2020 14:14:33
Message-Id: 1581516860.4e14b6c2ce221dada541706c719b99ec30e9eac8.fordfrog@gentoo
1 commit: 4e14b6c2ce221dada541706c719b99ec30e9eac8
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 14:14:05 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 14:14:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e14b6c2
7
8 media-sound/audacity: fixed doc installation in 2.3.3
9
10 fix by Adrian Bassett <Adrian.Bassett <AT> hotmail.co.uk>
11
12 Closes: https://bugs.gentoo.org/708980
13 Package-Manager: Portage-2.3.88, Repoman-2.3.20
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 media-sound/audacity/audacity-2.3.3.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-sound/audacity/audacity-2.3.3.ebuild b/media-sound/audacity/audacity-2.3.3.ebuild
20 index 17a5ff0f70b..d6f6c12ec16 100644
21 --- a/media-sound/audacity/audacity-2.3.3.ebuild
22 +++ b/media-sound/audacity/audacity-2.3.3.ebuild
23 @@ -120,8 +120,8 @@ src_install() {
24
25 if use doc ; then
26 docinto html
27 - dodoc -r "${WORKDIR}"/help/manual/{m,man,manual}
28 - dodoc "${WORKDIR}"/help/manual/{favicon.ico,index.html,quick_help.html}
29 + dodoc -r "${WORKDIR}"/manual/{m,man,manual}
30 + dodoc "${WORKDIR}"/manual/{favicon.ico,index.html,quick_help.html}
31 dosym ../../doc/${PF}/html /usr/share/${PN}/help/manual
32 fi
33 }