From c05866dfdd5631c0f4d22d9aac51a9a6182d574d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 12 Mar 2011 15:29:49 -0800 Subject: By default, bypass Packages URL update in sysroot.sh. --- sysroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysroot.sh') diff --git a/sysroot.sh b/sysroot.sh index 35ed8b7..dab2084 100755 --- a/sysroot.sh +++ b/sysroot.sh @@ -70,7 +70,7 @@ urls[coreutils]=http://apt.saurik.com/debs/coreutils_7.4-11_iphoneos-arm.deb urls[mobilesubstrate]=http://apt.saurik.com/debs/mobilesubstrate_0.9.3367-1_iphoneos-arm.deb urls[pcre]=http://apt.saurik.com/debs/pcre_7.9-3_iphoneos-arm.deb -if [[ 1 ]]; then +if [[ 0 ]]; then wget -qO- "${repository}dists/${distribution}/${component}/binary-${architecture}/Packages.bz2" | bzcat | { regex='^([^ \t]*): *(.*)' declare -A fields -- cgit v1.2.3