upgrade debootstrap package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26839 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
admin/debootstrap/patches/100-busybox_fix.patch
Normal file
13
admin/debootstrap/patches/100-busybox_fix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: debootstrap-1.0.30/usr/share/debootstrap/functions
|
||||
===================================================================
|
||||
--- debootstrap-1.0.30.orig/usr/share/debootstrap/functions 2011-04-28 15:29:13.595340023 +0200
|
||||
+++ debootstrap-1.0.30/usr/share/debootstrap/functions 2011-04-28 15:29:23.658843887 +0200
|
||||
@@ -800,8 +800,6 @@
|
||||
|
||||
if [ -n "$EXTRACTOR_OVERRIDE" ]; then
|
||||
extractor="$EXTRACTOR_OVERRIDE"
|
||||
- elif type dpkg-deb >/dev/null 2>&1; then
|
||||
- extractor="dpkg-deb"
|
||||
else
|
||||
extractor="ar"
|
||||
fi
|
Reference in New Issue
Block a user