Skip to content

Commit

Permalink
x11-libs/pango: Install docs to html/
Browse files Browse the repository at this point in the history
Avoid compressing installed fonts and JSON.

Closes: #20970
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
  • Loading branch information
cjmayo authored and mattst88 committed May 28, 2021
1 parent d171a94 commit 8179497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x11-libs/pango/pango-1.48.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ multilib_src_install() {
}

multilib_src_install_all() {
einstalldocs
if use gtk-doc; then
mv "${ED}"/usr/share/doc/{${PN},${P}} || die
mv "${ED}"/usr/share/doc/{${PN}/reference/,${PF}/html/} || die
rmdir "${ED}"/usr/share/doc/${PN} || die
fi
einstalldocs
}

pkg_postinst() {
Expand Down

0 comments on commit 8179497

Please sign in to comment.