8b96bd901e
This patch upgrades debootstrap to version 1.0.26. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > git-svn-id: svn://svn.openwrt.org/openwrt/packages@24171 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
499 B
Diff
15 lines
499 B
Diff
--- debootstrap-1.0.26/usr/share/debootstrap/functions 2010-11-12 13:07:47.000000000 +0100
|
|
+++ debootstrap-1.0.26/usr/share/debootstrap/functions 2010-11-26 21:55:06.440000562 +0100
|
|
@@ -800,8 +800,9 @@
|
|
|
|
if [ -n "$EXTRACTOR_OVERRIDE" ]; then
|
|
extractor="$EXTRACTOR_OVERRIDE"
|
|
- elif type dpkg-deb >/dev/null 2>&1; then
|
|
- extractor="dpkg-deb"
|
|
+# busybox's dpkg-deb is not suitable for this script
|
|
+# elif type dpkg-deb >/dev/null 2>&1; then
|
|
+# extractor="dpkg-deb"
|
|
else
|
|
extractor="ar"
|
|
fi
|