From 6e3ff01e7d1ebe9692345fd965c46258d899813e Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Wed, 23 Oct 2019 17:46:13 +0300 Subject: [PATCH] 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 --- net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2