X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/1e4922b8442669a0f94a6602a49d950233555fff..ddb7478949145deb170af6a41f26333024c628f3:/sysroot.sh diff --git a/sysroot.sh b/sysroot.sh index db06c108..819d8b72 100755 --- a/sysroot.sh +++ b/sysroot.sh @@ -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" .