scripts/build/internals.sh
changeset 2163 96082aa6459f
parent 2117 24aacb93191d
child 2184 e826624966a1
     1.1 --- a/scripts/build/internals.sh	Sat Sep 11 17:55:54 2010 +0200
     1.2 +++ b/scripts/build/internals.sh	Sun Oct 31 16:50:07 2010 +0100
     1.3 @@ -155,10 +155,9 @@
     1.4          CT_DoExecLog ALL rm -f "${d}/lib64"
     1.5      done
     1.6  
     1.7 -    # Also remove the include/ and lib/ symlinks out-side of sysroot
     1.8 +    # Also remove the lib/ symlink out-side of sysroot
     1.9      if [ "${CT_USE_SYSROOT}" = "y" ]; then
    1.10          CT_DoExecLog ALL rm -f "${CT_PREFIX_DIR}/${CT_TARGET}/lib"
    1.11 -        CT_DoExecLog ALL rm -f "${CT_PREFIX_DIR}/${CT_TARGET}/include"
    1.12      fi
    1.13  
    1.14      CT_EndStep