Skip to content

Commit

Permalink
xorg-3.eclass: Call einstalldocs when not using XORG_MULTILIB
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
dm0- authored and mattst88 committed Jan 10, 2021
1 parent 996d00c commit e6f2a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/xorg-3.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6f2a2a

Please sign in to comment.