From 210e14b3fd3765a57e5f151c159c2ad921dadc98 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 23 Nov 2011 12:09:17 +0000 Subject: [PATCH] Force Fink's PATH (but only when required). --- ios.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.0