diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-12 15:14:05 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-12 15:14:20 +0100 |
commit | 4e14b6c2ce221dada541706c719b99ec30e9eac8 (patch) | |
tree | 6a8596bfddd2081a0512f5f01134c56f23359fc1 /media-sound/audacity | |
parent | www-client/firefox: remove outdated harfbuzz comments (diff) | |
download | gentoo-4e14b6c2ce221dada541706c719b99ec30e9eac8.tar.gz gentoo-4e14b6c2ce221dada541706c719b99ec30e9eac8.tar.bz2 gentoo-4e14b6c2ce221dada541706c719b99ec30e9eac8.zip |
media-sound/audacity: fixed doc installation in 2.3.3
fix by Adrian Bassett <Adrian.Bassett@hotmail.co.uk>
Closes: https://bugs.gentoo.org/708980
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.3.3.ebuild | 4 |
1 files 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 } |