summaryrefslogtreecommitdiff
path: root/arch/iphoneos-arm/1443.00/strip
diff options
context:
space:
mode:
Diffstat (limited to 'arch/iphoneos-arm/1443.00/strip')
-rw-r--r--arch/iphoneos-arm/1443.00/strip6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/iphoneos-arm/1443.00/strip b/arch/iphoneos-arm/1443.00/strip
index fb6f928c1..0fe0bba54 100644
--- a/arch/iphoneos-arm/1443.00/strip
+++ b/arch/iphoneos-arm/1443.00/strip
@@ -21,13 +21,13 @@ find "${PKG_DEST}" -type f \( -perm -0100 -o -name '*.dylib' -o -name '*.so' \)
continue; fi
if grep $'\xfa\xde\x0c\x01' "${bin}" &>/dev/null; then
continue; fi
- if "${PKG_BASE}/util/ldid3" -e "${bin}" >/dev/null 2>&1; then
+ if "${PKG_BASE}/util/ldid" -e "${bin}" >/dev/null 2>&1; then
continue; fi
perms=$(stat -f %p "${bin}" | sed -e s/^1//)
chmod 755 "${bin}"
- echo "${PKG_BASE}/util/ldid3" -S"${ENTITLEMENT}" "${bin}"
- "${PKG_BASE}/util/ldid3" -S"${ENTITLEMENT}" "${bin}"
+ echo "${PKG_BASE}/util/ldid" -S"${ENTITLEMENT}" "${bin}"
+ "${PKG_BASE}/util/ldid" -S"${ENTITLEMENT}" "${bin}"
chmod "${perms}" "${bin}"
done