# HG changeset patch # User "Yann E. MORIN" # Date 1298295564 -3600 # Node ID b49767e8651b2252bc651f2c2e16d6e6860689f4 # Parent 35bfdc30a6135c6c4f4288b17d9669b0f2e7f195 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" diff -r 35bfdc30a613 -r b49767e8651b scripts/build/internals.sh --- a/scripts/build/internals.sh Mon Feb 21 23:17:45 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"