summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2021-05-24 19:29:18 +0100
committerMatt Turner <mattst88@gentoo.org>2021-05-27 22:39:03 -0700
commit8179497676ed3701b9253a6b97653cfdce62d19b (patch)
treefcb46e3b19fab6cc3f0c2d58f5950dd601f9cd95 /x11-libs
parentdev-ruby/rbs: add 1.2.1 (diff)
downloadgentoo-8179497676ed3701b9253a6b97653cfdce62d19b.tar.gz
gentoo-8179497676ed3701b9253a6b97653cfdce62d19b.tar.bz2
gentoo-8179497676ed3701b9253a6b97653cfdce62d19b.zip
x11-libs/pango: Install docs to html/
Avoid compressing installed fonts and JSON. Closes: https://github.com/gentoo/gentoo/pull/20970 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pango/pango-1.48.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5.ebuild
index 23397f85adf5..4c0ee3090033 100644
--- a/x11-libs/pango/pango-1.48.5.ebuild
+++ b/x11-libs/pango/pango-1.48.5.ebuild
@@ -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() {