diff options
-rw-r--r-- | meta/files/toolchain-shar-relocate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/files/toolchain-shar-relocate.sh b/meta/files/toolchain-shar-relocate.sh index 9c358a53e2..94d288ce05 100644 --- a/meta/files/toolchain-shar-relocate.sh +++ b/meta/files/toolchain-shar-relocate.sh | |||
@@ -58,6 +58,7 @@ done | xargs -n100 file | grep ":.*\(ASCII\|script\|source\).*text" | \ | |||
58 | awk -F':' '{printf "\"%s\"\n", $1}' | \ | 58 | awk -F':' '{printf "\"%s\"\n", $1}' | \ |
59 | grep -Fv -e "$target_sdk_dir/environment-setup-" \ | 59 | grep -Fv -e "$target_sdk_dir/environment-setup-" \ |
60 | -e "$target_sdk_dir/relocate_sdk" \ | 60 | -e "$target_sdk_dir/relocate_sdk" \ |
61 | -e "$target_sdk_dir/post-relocate-setup" \ | ||
61 | -e "$target_sdk_dir/${0##*/}" | \ | 62 | -e "$target_sdk_dir/${0##*/}" | \ |
62 | xargs -n100 $SUDO_EXEC sed -i \ | 63 | xargs -n100 $SUDO_EXEC sed -i \ |
63 | -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" \ | 64 | -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" \ |