Do not rely on the build system to install docs.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/13396
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/. unix/xserver || die
fi
+ # do not rely on the build system to install docs
+ sed -i 's:^\(install(.* DESTINATION ${DOC_DIR})\):#\1:' \
+ cmake/BuildPackages.cmake || die
+
cmake-utils_src_prepare
if use server ; then