summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal')
-rwxr-xr-xmeta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
index 175d285f4a..065bcc7dad 100755
--- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
+++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
@@ -203,7 +203,7 @@ $SUDO sh -c "sed -e '"s:##DEFAULT_INSTALL_DIR##:$escaped_sdkpath:"' scripts/relo
203$SUDO chmod +x scripts/relocate_sdk_tmp.py 203$SUDO chmod +x scripts/relocate_sdk_tmp.py
204 204
205dl_path=$(find $OECORE_NATIVE_SYSROOT/lib -name "ld-linux*") 205dl_path=$(find $OECORE_NATIVE_SYSROOT/lib -name "ld-linux*")
206executable_files=$(find $OECORE_NATIVE_SYSROOT -type f -perm +111) 206executable_files=$(find $OECORE_NATIVE_SYSROOT -type f -perm /111)
207 207
208$SUDO scripts/relocate_sdk_tmp.py $INSTALL_FOLDER $dl_path $executable_files 208$SUDO scripts/relocate_sdk_tmp.py $INSTALL_FOLDER $dl_path $executable_files
209check_result 209check_result