From 0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 5 Nov 2019 19:26:25 +0100 Subject: [PATCH] dev-python/PyQt5: [QA] Fix BadInsIntoDir MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/PyQt5/PyQt5-5.13.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } -- 2.26.2