Skip to content

Commit

Permalink
games-engines/renpy: fix html docs install path
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Andrew Savchenko <[email protected]>
  • Loading branch information
bircoph committed Jul 16, 2017
1 parent 052a1af commit b97ed9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions games-engines/renpy/renpy-6.99.12.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions games-engines/renpy/renpy-6.99.12.4-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit b97ed9a

Please sign in to comment.