From: Alexander Tsoy Date: Wed, 23 Oct 2019 14:46:13 +0000 (+0300) Subject: net-misc/tigervnc: Fix doc install dir X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e3ff01e7d1ebe9692345fd965c46258d899813e;p=gentoo.git net-misc/tigervnc: Fix doc install dir 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 Closes: https://github.com/gentoo/gentoo/pull/13396 Signed-off-by: Joonas Niilola --- diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild index fcdaa1be8ac5..8238651efc1a 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild @@ -85,6 +85,10 @@ src_prepare() { 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