diff options
Diffstat (limited to 'meta/files')
-rw-r--r-- | meta/files/toolchain-shar-template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/toolchain-shar-template.sh b/meta/files/toolchain-shar-template.sh index a6207bbd4d..a37d6ff786 100644 --- a/meta/files/toolchain-shar-template.sh +++ b/meta/files/toolchain-shar-template.sh | |||
@@ -153,7 +153,7 @@ if [ $relocate = 1 ] ; then | |||
153 | fi | 153 | fi |
154 | 154 | ||
155 | # replace @SDKPATH@ with the new prefix in all text files: configs/scripts/etc | 155 | # replace @SDKPATH@ with the new prefix in all text files: configs/scripts/etc |
156 | $SUDO_EXEC find $native_sysroot -type f -exec file '{}' \;|grep ":.*\(ASCII\|script\|source\).*text"|awk -F':' '{printf "%s\0", $1}'|$SUDO_EXEC xargs -0 sed -i -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" | 156 | $SUDO_EXEC find $native_sysroot -type f -exec file '{}' \;|grep ":.*\(ASCII\|script\|source\).*text"|awk -F':' '{printf "\"%s\"\n", $1}'|$SUDO_EXEC xargs -n32 sed -i -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" |
157 | 157 | ||
158 | # change all symlinks pointing to @SDKPATH@ | 158 | # change all symlinks pointing to @SDKPATH@ |
159 | for l in $($SUDO_EXEC find $native_sysroot -type l); do | 159 | for l in $($SUDO_EXEC find $native_sysroot -type l); do |