From: Michał Górny Date: Tue, 5 Nov 2019 18:26:25 +0000 (+0100) Subject: dev-python/PyQt5: [QA] Fix BadInsIntoDir X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d;p=gentoo.git dev-python/PyQt5: [QA] Fix BadInsIntoDir Signed-off-by: Michał Górny --- diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild index b553787ca93b..615d14f2da91 100644 --- a/dev-python/PyQt5/PyQt5-5.13.2.ebuild +++ b/dev-python/PyQt5/PyQt5-5.13.2.ebuild @@ -193,7 +193,6 @@ src_install() { einstalldocs if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples fi }