diff options
-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() { |