[packages] debootstrap: update to version 1.0.40
[openwrt/svn-archive/archive.git] / admin / debootstrap / patches / 100-busybox_fix.patch
1 --- a/usr/share/debootstrap/functions
2 +++ b/usr/share/debootstrap/functions
3 @@ -832,8 +832,6 @@ choose_extractor () {
4
5 if [ -n "$EXTRACTOR_OVERRIDE" ]; then
6 extractor="$EXTRACTOR_OVERRIDE"
7 - elif type dpkg-deb >/dev/null 2>&1; then
8 - extractor="dpkg-deb"
9 else
10 extractor="ar"
11 fi