update debootstrap to 1.0.26
[openwrt/svn-archive/packages.git] / admin / debootstrap / patches / 00-no_dpkg_deb.diff
1 --- debootstrap-1.0.26/usr/share/debootstrap/functions 2010-11-12 13:07:47.000000000 +0100
2 +++ debootstrap-1.0.26/usr/share/debootstrap/functions 2010-11-26 21:55:06.440000562 +0100
3 @@ -800,8 +800,9 @@
4
5 if [ -n "$EXTRACTOR_OVERRIDE" ]; then
6 extractor="$EXTRACTOR_OVERRIDE"
7 - elif type dpkg-deb >/dev/null 2>&1; then
8 - extractor="dpkg-deb"
9 +# busybox's dpkg-deb is not suitable for this script
10 +# elif type dpkg-deb >/dev/null 2>&1; then
11 +# extractor="dpkg-deb"
12 else
13 extractor="ar"
14 fi