e10a545e30
Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@31498 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
|
|
@@ -832,8 +832,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
|