2cb1c511ad
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30641 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
292 B
Diff
12 lines
292 B
Diff
--- a/usr/share/debootstrap/functions
|
|
+++ b/usr/share/debootstrap/functions
|
|
@@ -839,8 +839,6 @@ choose_extractor () {
|
|
|
|
if [ -n "$EXTRACTOR_OVERRIDE" ]; then
|
|
extractor="$EXTRACTOR_OVERRIDE"
|
|
- elif type dpkg-deb >/dev/null 2>&1; then
|
|
- extractor="dpkg-deb"
|
|
else
|
|
extractor="ar"
|
|
fi
|