]> git.saurik.com Git - cydia.git/commitdiff
By default, bypass Packages URL update in sysroot.sh.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 12 Mar 2011 23:29:49 +0000 (15:29 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 12:09:09 +0000 (05:09 -0700)
sysroot.sh

index 35ed8b70e65927056ea016a32d1e77cde3b30cb4..dab2084fbdda8e729545360041575db5494cfccc 100755 (executable)
@@ -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