summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-26 04:47:18 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-26 04:47:18 -0700
commita09f7a4894d2dde0ac8820993f3d51ba0fe36810 (patch)
treec6fc98e35c1fb6563a618604c10a1b09adee737f /sysroot.sh
parent62664aee74d60bfac5b6497715b6e6020702373e (diff)
Remove dependency on Substrate to have its macros.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-xsysroot.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysroot.sh b/sysroot.sh
index 2d129ab..55b65ca 100755
--- a/sysroot.sh
+++ b/sysroot.sh
@@ -67,7 +67,6 @@ urls[apr-lib]=http://apt.saurik.com/debs/apr-lib_1.3.3-2_iphoneos-arm.deb
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
-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 [[ 0 ]]; then
@@ -100,12 +99,6 @@ done
rm -f *.deb
-if substrate=$(readlink usr/include/substrate.h); then
- if [[ ${substrate} == /* ]]; then
- ln -sf "../..${substrate}" usr/include/substrate.h
- fi
-fi
-
mkdir -p usr/include
cd usr/include