# HG changeset patch # User "Yann E. MORIN" # Date 1298295564 -3600 # Node ID dc4c695cdcd9a30ae2914e7ed72c1ca3c52e214d # Parent 844765e012570984a79cc83c9ca6d263d2821054 internals: don't remove lib64 symlinks in sysroot The lib64 symlinks are needed for the linker to find the libraries. Signed-off-by: "Yann E. MORIN" (transplanted from b49767e8651b2252bc651f2c2e16d6e6860689f4) diff -r 844765e01257 -r dc4c695cdcd9 scripts/build/internals.sh --- a/scripts/build/internals.sh Sat Jan 22 23:20:18 2011 +0100 +++ b/scripts/build/internals.sh Mon Feb 21 14:39:24 2011 +0100 @@ -157,8 +157,6 @@ # the standard lib/ dirs, so we can get rid of the symlinks for d in \ "${CT_PREFIX_DIR}" \ - "${CT_SYSROOT_DIR}" \ - "${CT_SYSROOT_DIR}/usr" \ "${CT_PREFIX_DIR}/${CT_TARGET}" \ ; do CT_DoExecLog ALL rm -f "${d}/lib32"