summaryrefslogtreecommitdiffstats
path: root/meta/files/toolchain-shar-relocate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/files/toolchain-shar-relocate.sh')
-rw-r--r--meta/files/toolchain-shar-relocate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/toolchain-shar-relocate.sh b/meta/files/toolchain-shar-relocate.sh
index 4f34fb4bfb..d4bcf0e55d 100644
--- a/meta/files/toolchain-shar-relocate.sh
+++ b/meta/files/toolchain-shar-relocate.sh
@@ -47,7 +47,7 @@ for replace in "$target_sdk_dir -maxdepth 1" "$native_sysroot"; do
47 $SUDO_EXEC find $replace -type f 47 $SUDO_EXEC find $replace -type f
48done | xargs -n100 file | grep ":.*\(ASCII\|script\|source\).*text" | \ 48done | xargs -n100 file | grep ":.*\(ASCII\|script\|source\).*text" | \
49 awk -F':' '{printf "\"%s\"\n", $1}' | \ 49 awk -F':' '{printf "\"%s\"\n", $1}' | \
50 grep -v "$target_sdk_dir/environment-setup-*" | \ 50 grep -Ev "$target_sdk_dir/(environment-setup-*|relocate_sdk*|${0##*/})" | \
51 xargs -n100 $SUDO_EXEC sed -i \ 51 xargs -n100 $SUDO_EXEC sed -i \
52 -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" \ 52 -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" \
53 -e "s:^#! */usr/bin/perl.*:#! /usr/bin/env perl:g" \ 53 -e "s:^#! */usr/bin/perl.*:#! /usr/bin/env perl:g" \