summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/relocate_sdk.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/relocate_sdk.py b/scripts/relocate_sdk.py
index 05d9fd65ed..b2dd258c34 100755
--- a/scripts/relocate_sdk.py
+++ b/scripts/relocate_sdk.py
@@ -224,12 +224,12 @@ for e in executables_list:
224 224
225 # Save old size and do a size check at the end. Just a safety measure. 225 # Save old size and do a size check at the end. Just a safety measure.
226 old_size = os.path.getsize(e) 226 old_size = os.path.getsize(e)
227 227 if old_size >= 64:
228 arch = get_arch() 228 arch = get_arch()
229 if arch: 229 if arch:
230 parse_elf_header() 230 parse_elf_header()
231 change_interpreter(e) 231 change_interpreter(e)
232 change_dl_sysdirs() 232 change_dl_sysdirs()
233 233
234 """ change permissions back """ 234 """ change permissions back """
235 if perms: 235 if perms: