summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-12 15:29:49 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-14 05:09:09 -0700
commitc05866dfdd5631c0f4d22d9aac51a9a6182d574d (patch)
tree6092d4e779f0735bc0d991727048df86a49252d0 /sysroot.sh
parent53a83cf2a808d567ef5746fe650a70c4fb6a6999 (diff)
By default, bypass Packages URL update in sysroot.sh.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-xsysroot.sh2
1 files changed, 1 insertions, 1 deletions
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