From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87F87138334 for ; Thu, 24 Oct 2019 02:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F70E085A; Thu, 24 Oct 2019 02:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AA10E085A for ; Thu, 24 Oct 2019 02:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E400034C30E for ; Thu, 24 Oct 2019 02:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B05B16F8 for ; Thu, 24 Oct 2019 02:54:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1571885684.6e3ff01e7d1ebe9692345fd965c46258d899813e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6e3ff01e7d1ebe9692345fd965c46258d899813e X-VCS-Branch: master Date: Thu, 24 Oct 2019 02:54:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b155635-e9c8-43cc-84a3-abbd05ff43de X-Archives-Hash: 39cf9314d8b259c47e9635cea1c33644 commit: 6e3ff01e7d1ebe9692345fd965c46258d899813e Author: Alexander Tsoy tsoy me> AuthorDate: Wed Oct 23 14:46:13 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 24 02:54:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3ff01e 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 tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/13396 Signed-off-by: Joonas Niilola gentoo.org> 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 fcdaa1be8ac..8238651efc1 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