diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-12 15:29:49 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-14 05:09:09 -0700 |
commit | c05866dfdd5631c0f4d22d9aac51a9a6182d574d (patch) | |
tree | 6092d4e779f0735bc0d991727048df86a49252d0 | |
parent | 53a83cf2a808d567ef5746fe650a70c4fb6a6999 (diff) |
By default, bypass Packages URL update in sysroot.sh.
-rwxr-xr-x | sysroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |