summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
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" .