summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-27 01:42:19 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-27 01:42:19 -0700
commite40620ab668eb5ba83806b13eebf91f7defb3453 (patch)
treeee7ab8cbd0c4dfb9647167c53dfa994aeb95ca36 /sysroot.sh
parent64edd9dfbc798337d33d3b070a1174c9a1b09eb9 (diff)
Drop sysroot dependency on coreutils by owning du.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-xsysroot.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysroot.sh b/sysroot.sh
index e17d8d9..6b277d2 100755
--- a/sysroot.sh
+++ b/sysroot.sh
@@ -64,7 +64,6 @@ declare -A urls
urls[apt7]=http://apt.saurik.com/debs/apt7_0.7.25.3-7_iphoneos-arm.deb
urls[apt7-lib]=http://apt.saurik.com/debs/apt7-lib_0.7.25.3-12_iphoneos-arm.deb
-urls[coreutils]=http://apt.saurik.com/debs/coreutils_7.4-11_iphoneos-arm.deb
if [[ 0 ]]; then
wget -qO- "${repository}dists/${distribution}/${component}/binary-${architecture}/Packages.bz2" | bzcat | {