scripts/build/internals.sh
changeset 1955 7d3e9e91dd9a
parent 1817 c9654a027900
child 1961 e0619b242cb6
     1.1 --- a/scripts/build/internals.sh	Sun Feb 28 10:19:13 2010 +0100
     1.2 +++ b/scripts/build/internals.sh	Wed May 19 18:08:23 2010 +0200
     1.3 @@ -68,7 +68,7 @@
     1.4          # scripts, we don't know if they would in the end spawn a binary...
     1.5          # Just skip symlinks
     1.6          for _t in "${CT_TARGET}-"*; do
     1.7 -            if [ "$( LANG=C stat -c '%F' "${_t}" )" != "symbolic link" ]; then
     1.8 +            if [ ! -L "${_t}" ]; then
     1.9                  CT_DoExecLog ALL mv "${_t}" ".${_t}"
    1.10                  CT_DoExecLog ALL ln ".${CT_TARGET}-wrapper" "${_t}"
    1.11              fi