You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
292 B

  1. --- a/usr/share/debootstrap/functions
  2. +++ b/usr/share/debootstrap/functions
  3. @@ -859,8 +859,6 @@ choose_extractor () {
  4. if [ -n "$EXTRACTOR_OVERRIDE" ]; then
  5. extractor="$EXTRACTOR_OVERRIDE"
  6. - elif type dpkg-deb >/dev/null 2>&1; then
  7. - extractor="dpkg-deb"
  8. else
  9. extractor="ar"
  10. fi