summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-10-04 03:02:26 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-10-04 03:02:26 -0700
commit7e2bd591297679ef77fcfe6c380b3fca5aaf71f5 (patch)
treeb337bd6155ff58a2f59a51a4110b81d26367c4e4 /sysroot.sh
parentc21004b921c67b3e7748cc1f0c53d02deec1ebca (diff)
Fix permissions in dpkg-deb and add du back to package.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-xsysroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysroot.sh b/sysroot.sh
index db06c10..819d8b7 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" .