]> git.saurik.com Git - cydia.git/blobdiff - sysroot.sh
Don't support <4.0 (should have been 3.2, damn it).
[cydia.git] / sysroot.sh
index db06c108ed2e9862482e73872c74c4748a83b18b..819d8b72a23e48698e8b8947c3d72e9c00541cda 100755 (executable)
@@ -26,7 +26,7 @@ wget -qO- "${repository}dists/${distribution}/${component}/binary-${architecture
     while IFS= read -r line; do
         if [[ ${line} == '' ]]; then
             package=${fields[package]}
-            if [[ ${package} == *(apr|apr-lib|apt7|apt7-lib|mobilesubstrate|pcre) ]]; then
+            if [[ ${package} == *(apr|apr-lib|apt7|apt7-lib|coreutils|mobilesubstrate|pcre) ]]; then
                 filename=${fields[filename]}
                 wget -O "${package}.deb" "${repository}${filename}"
                 dpkg-deb -x "${package}.deb" .