packages/admin/debootstrap/patches/100-busybox_fix.patch
luka 488d635381 [packages] debootstrap: update to 1.0.48
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-30 18:12:14 +00:00

12 lines
292 B
Diff

--- a/usr/share/debootstrap/functions
+++ b/usr/share/debootstrap/functions
@@ -838,8 +838,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