games-engines/renpy: fix html docs install path
authorAndrew Savchenko <bircoph@gentoo.org>
Sun, 16 Jul 2017 18:37:33 +0000 (21:37 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Sun, 16 Jul 2017 18:37:33 +0000 (21:37 +0300)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
games-engines/renpy/renpy-6.99.12.4-r1.ebuild
games-engines/renpy/renpy-6.99.12.4-r2.ebuild

index 8049f87073fc8f653f191403190965fb9866160c..8c969e13c6bf5ea8cd6e3d71be8b6c2644c4f00a 100644 (file)
@@ -87,8 +87,8 @@ python_install_all() {
        fi
 
        if use doc; then
-               insinto html
-               doins -r doc
+               insinto "/usr/share/doc/${PF}/html"
+               doins -r doc/*
        fi
        newman "${FILESDIR}/${PN}.1" "${P}.1"
 
index 6c4f3fcb6b26842b1170a96bfa60901af002b56e..131246e74e98bde91ee38bd6945cd8de2aa8e823 100644 (file)
@@ -83,8 +83,8 @@ python_install_all() {
        fi
 
        if use doc; then
-               insinto html
-               doins -r doc
+               insinto "/usr/share/doc/${PF}/html"
+               doins -r doc/*
        fi
        newman "${FILESDIR}/${PN}.1" "${P}.1"
 }