dev-python/rootpy: Use dodoc
authorMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 19:26:02 +0000 (20:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 19:40:11 +0000 (20:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rootpy/rootpy-1.0.1-r1.ebuild

index f1b3bbd73790a84603fd5f7165998947a0520484..6b13cc9333d3c7c9e4de974c995d34cbc3914ea7 100644 (file)
@@ -46,7 +46,6 @@ python_test() {
 python_install_all() {
        distutils-r1_python_install_all
        if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
+               dodoc -r examples
        fi
 }