diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 19:26:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 19:29:38 +0100 |
commit | 0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d (patch) | |
tree | 5633e2cd5331867e755d94ac5dfddd8ce058be07 /dev-python/PyQt5 | |
parent | net-analyzer/nagios-core: synchronize econf and web server paths. (diff) | |
download | gentoo-0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d.tar.gz gentoo-0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d.tar.bz2 gentoo-0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d.zip |
dev-python/PyQt5: [QA] Fix BadInsIntoDir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.13.2.ebuild | 3 |
1 files changed, 1 insertions, 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 } |