summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/files/toolchain-shar-relocate.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/files/toolchain-shar-relocate.sh b/meta/files/toolchain-shar-relocate.sh
index e8ab357717..b017714df0 100644
--- a/meta/files/toolchain-shar-relocate.sh
+++ b/meta/files/toolchain-shar-relocate.sh
@@ -1,7 +1,9 @@
1if ! xargs --version > /dev/null 2>&1; then 1for cmd in xargs file; do
2 echo "xargs is required by the relocation script, please install it first. Abort!" 2 if ! command -v $cmd > /dev/null 2>&1; then
3 exit 1 3 echo "The command '$cmd' is required by the relocation script, please install it first. Abort!"
4fi 4 exit 1
5 fi
6done
5 7
6# fix dynamic loader paths in all ELF SDK binaries 8# fix dynamic loader paths in all ELF SDK binaries
7# allow symlinks to be accessed via the find command too 9# allow symlinks to be accessed via the find command too