diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-06-06 22:25:34 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-06 22:28:11 +0900 |
commit | 074751b72e6b44f264e1908e603205fa63cf6863 (patch) | |
tree | 934196123cd977266d46702fc26e3b4406c1c745 /sys-libs | |
parent | renmae force-gtk2 to gtk2 in metadata.xml for changes from bug #581662 (diff) | |
download | gentoo-074751b72e6b44f264e1908e603205fa63cf6863.tar.gz gentoo-074751b72e6b44f264e1908e603205fa63cf6863.tar.bz2 gentoo-074751b72e6b44f264e1908e603205fa63cf6863.zip |
sys-libs/glibc: glibc_headers_install should use $(alt_prefix).
do not hardcode /usr/${CTARGET}.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_install.eblit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit index f0017fa53b2a..a23173eb961c 100644 --- a/sys-libs/glibc/files/eblits/src_install.eblit +++ b/sys-libs/glibc/files/eblits/src_install.eblit @@ -212,7 +212,7 @@ toolchain-glibc_headers_install() { # Make sure we install the sys-include symlink so that when # we build a 2nd stage cross-compiler, gcc finds the target # system headers correctly. See gcc/doc/gccinstall.info - dosym usr/include /usr/${CTARGET}/sys-include + dosym usr/include $(alt_prefix)/sys-include } src_strip() { |