From: Jay Freeman (saurik) Date: Wed, 23 Nov 2011 12:09:17 +0000 (+0000) Subject: Force Fink's PATH (but only when required). X-Git-Tag: v0.9.451~4 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/210e14b3fd3765a57e5f151c159c2ad921dadc98?ds=inline Force Fink's PATH (but only when required). --- diff --git a/ios.sh b/ios.sh index 0ad1114..554139a 100755 --- a/ios.sh +++ b/ios.sh @@ -10,7 +10,7 @@ for deb in apr-lib_1.3.3-2 libffi_130618-4 readline_6.0-7; do [[ -f "${deb}" ]] || wget http://apt.saurik.com/debs/"${deb}" tar=data.tar.lzma ar -x "${deb}" "${tar}" - tar -C sysroot.ios -xf "${tar}" + PATH=/sw/bin:$PATH tar -C sysroot.ios -xf "${tar}" rm -f "${tar}" done @@ -64,4 +64,4 @@ export LTFLAGS=${lflags} make clean make -j ldid=ldid all -make arch=iphoneos-arm version=432 dll=dylib depends='apr-lib readline libffi mobilesubstrate' package +PATH=/sw/bin:$PATH make arch=iphoneos-arm version=432 dll=dylib depends='apr-lib readline libffi mobilesubstrate' package