2012-02-18 23:55:02 +00:00
|
|
|
--- a/usr/share/debootstrap/functions
|
|
|
|
+++ b/usr/share/debootstrap/functions
|
2013-12-20 10:24:47 +00:00
|
|
|
@@ -840,8 +840,6 @@ choose_extractor () {
|
2011-05-06 18:16:05 +00:00
|
|
|
|
|
|
|
if [ -n "$EXTRACTOR_OVERRIDE" ]; then
|
|
|
|
extractor="$EXTRACTOR_OVERRIDE"
|
|
|
|
- elif type dpkg-deb >/dev/null 2>&1; then
|
|
|
|
- extractor="dpkg-deb"
|
|
|
|
else
|
|
|
|
extractor="ar"
|
|
|
|
fi
|