dev-lang/idris2: use dodoc instead of insinto

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2021-11-27 22:10:53 +01:00
parent 2e6b5def47
commit 793a720cdc

View File

@@ -101,8 +101,5 @@ src_install() {
einstalldocs
# Install documentation
if use doc; then
insinto /usr/share/doc/${PF}/
doins -r ./docs/build/html
fi
use doc && dodoc -r ./docs/build/html
}