media-sound/audacity: fixed doc installation in 2.3.3
authorMiroslav Šulc <fordfrog@gentoo.org>
Wed, 12 Feb 2020 14:14:05 +0000 (15:14 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Wed, 12 Feb 2020 14:14:20 +0000 (15:14 +0100)
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>
media-sound/audacity/audacity-2.3.3.ebuild

index 17a5ff0f70b494830c6c5b842b73ebb3dc4c0979..d6f6c12ec16c7c20d091730b4be8a34e625006b1 100644 (file)
@@ -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
 }