summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-03-30 14:23:47 -1000
committerSam Bingner <sam@bingner.com>2019-03-30 14:23:47 -1000
commit3e6395f40520bb45d5bef4543d61e2ba529629b1 (patch)
tree08fe4b52a6bf9d8312cb0273a7cfbf1c9b305df1 /arch
parent75c2158d2a7b1ae2def3c5b31dbbf33148225902 (diff)
Various elucubratus build system changes
Diffstat (limited to 'arch')
-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