debootstrap: update to version 1.0.92
[feed/packages.git] / admin / debootstrap / patches / 100-busybox_fix.patch
diff --git a/admin/debootstrap/patches/100-busybox_fix.patch b/admin/debootstrap/patches/100-busybox_fix.patch
deleted file mode 100644 (file)
index 5e8db05..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/usr/share/debootstrap/functions
-+++ b/usr/share/debootstrap/functions
-@@ -859,8 +859,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