Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/files/eblits/
Date: Mon, 06 Jun 2016 13:28:18
Message-Id: 1465219691.074751b72e6b44f264e1908e603205fa63cf6863.heroxbd@gentoo
1 commit: 074751b72e6b44f264e1908e603205fa63cf6863
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 13:25:34 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 13:28:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074751b7
7
8 sys-libs/glibc: glibc_headers_install should use $(alt_prefix).
9
10 do not hardcode /usr/${CTARGET}.
11
12 sys-libs/glibc/files/eblits/src_install.eblit | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit
16 index f0017fa..a23173e 100644
17 --- a/sys-libs/glibc/files/eblits/src_install.eblit
18 +++ b/sys-libs/glibc/files/eblits/src_install.eblit
19 @@ -212,7 +212,7 @@ toolchain-glibc_headers_install() {
20 # Make sure we install the sys-include symlink so that when
21 # we build a 2nd stage cross-compiler, gcc finds the target
22 # system headers correctly. See gcc/doc/gccinstall.info
23 - dosym usr/include /usr/${CTARGET}/sys-include
24 + dosym usr/include $(alt_prefix)/sys-include
25 }
26
27 src_strip() {