26d64dc100
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26839 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
507 B
Diff
14 lines
507 B
Diff
Index: debootstrap-1.0.30/usr/share/debootstrap/functions
|
|
===================================================================
|
|
--- debootstrap-1.0.30.orig/usr/share/debootstrap/functions 2011-04-28 15:29:13.595340023 +0200
|
|
+++ debootstrap-1.0.30/usr/share/debootstrap/functions 2011-04-28 15:29:23.658843887 +0200
|
|
@@ -800,8 +800,6 @@
|
|
|
|
if [ -n "$EXTRACTOR_OVERRIDE" ]; then
|
|
extractor="$EXTRACTOR_OVERRIDE"
|
|
- elif type dpkg-deb >/dev/null 2>&1; then
|
|
- extractor="dpkg-deb"
|
|
else
|
|
extractor="ar"
|
|
fi
|