dev-python/PyQt5: [QA] Fix BadInsIntoDir
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 18:26:25 +0000 (19:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 18:29:38 +0000 (19:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PyQt5/PyQt5-5.13.2.ebuild

index b553787ca93b97b8f656c20d85f8b666c2bdf827..615d14f2da919f7b2370b1f4b0b552d2d72d2001 100644 (file)
@@ -193,7 +193,6 @@ src_install() {
        einstalldocs
 
        if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
+               dodoc -r examples
        fi
 }