From 3e6395f40520bb45d5bef4543d61e2ba529629b1 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sat, 30 Mar 2019 14:23:47 -1000 Subject: Various elucubratus build system changes --- arch/iphoneos-arm/1443.00/strip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch') 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 -- cgit v1.2.3