summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-01-09 19:05:39 -0500
committerMatt Turner <mattst88@gentoo.org>2021-01-09 19:11:52 -0500
commite6f2a2aaf0f205d3b9a6f993d4d2334b0572b3b0 (patch)
tree5cb4e7dddcd89c6558d3d036a431ec5e6efeb31e /eclass
parentxorg-2.eclass: Explicitly disable static libraries (diff)
downloadgentoo-e6f2a2aaf0f205d3b9a6f993d4d2334b0572b3b0.tar.gz
gentoo-e6f2a2aaf0f205d3b9a6f993d4d2334b0572b3b0.tar.bz2
gentoo-e6f2a2aaf0f205d3b9a6f993d4d2334b0572b3b0.zip
xorg-3.eclass: Call einstalldocs when not using XORG_MULTILIB
DOCS only got installed from the multilib-minimal_src_install call, so they were missing from non-multilib packages. This corrects a behavior difference from xorg-2.eclass where autotools-utils.eclass installed DOCS for the non-multilib case. Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-3.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 8e22c72cb113..811168ead986 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -430,6 +430,7 @@ xorg-3_src_install() {
multilib-minimal_src_install "$@"
else
emake DESTDIR="${D}" "${install_args[@]}" "$@" install || die "emake install failed"
+ einstalldocs
fi
# Many X11 libraries unconditionally install developer documentation