summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile1
-rwxr-xr-xsysroot.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 86b4784..496c1ad 100644
--- a/makefile
+++ b/makefile
@@ -155,6 +155,7 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion s
mkdir -p _/usr/libexec
cp -a Library _/usr/libexec/cydia
+ cp -a sysroot/usr/bin/du _/usr/libexec/cydia
cp -a cfversion _/usr/libexec/cydia
cp -a setnsfpn _/usr/libexec/cydia
diff --git a/sysroot.sh b/sysroot.sh
index 6b277d2..e17d8d9 100755
--- a/sysroot.sh
+++ b/sysroot.sh
@@ -64,6 +64,7 @@ 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 | {