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 D1D2113835A for ; Fri, 30 Apr 2021 19:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34046E085E; Fri, 30 Apr 2021 19:08:23 +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 19ACCE085E for ; Fri, 30 Apr 2021 19:08:23 +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 390E9340E02 for ; Fri, 30 Apr 2021 19:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCC0772E for ; Fri, 30 Apr 2021 19:08:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1619809693.63e14a06cf4bfef437bc5a6dd2679d4cc3e7a423.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-proto/xorg-proto-9999.ebuild X-VCS-Directories: x11-base/xorg-proto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 63e14a06cf4bfef437bc5a6dd2679d4cc3e7a423 X-VCS-Branch: master Date: Fri, 30 Apr 2021 19:08:20 +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: cdbac4c4-e3dd-45ca-a9bd-6499da4ea00f X-Archives-Hash: 8ef2eb031a107fb7879be1a0cbc45b51 commit: 63e14a06cf4bfef437bc5a6dd2679d4cc3e7a423 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 30 19:04:47 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 30 19:08:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e14a06 x11-base/xorg-proto: Install docs to correct location Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-proto/xorg-proto-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index 2c391aa1de4..3544d1e5d5e 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -46,3 +46,9 @@ python_check_deps() { pkg_setup() { use test && python-any-r1_pkg_setup } + +src_install() { + meson_src_install + + mv "${ED}"/usr/share/doc/{xorgproto,${P}} || die +}