Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/
Date: Fri, 30 Apr 2021 19:08:23
Message-Id: 1619809693.63e14a06cf4bfef437bc5a6dd2679d4cc3e7a423.mattst88@gentoo
1 commit: 63e14a06cf4bfef437bc5a6dd2679d4cc3e7a423
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 19:04:47 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 19:08:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e14a06
7
8 x11-base/xorg-proto: Install docs to correct location
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-base/xorg-proto/xorg-proto-9999.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild
16 index 2c391aa1de4..3544d1e5d5e 100644
17 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild
18 +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild
19 @@ -46,3 +46,9 @@ python_check_deps() {
20 pkg_setup() {
21 use test && python-any-r1_pkg_setup
22 }
23 +
24 +src_install() {
25 + meson_src_install
26 +
27 + mv "${ED}"/usr/share/doc/{xorgproto,${P}} || die
28 +}