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>
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
}