wok diff get-wifi-firmware/receipt @ rev 15039

Up kmod (14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 13:23:00 2013 +0000 (2013-08-12)
parents 3ebbba73bb3f
children 42b8478866fb
line diff
     1.1 --- a/get-wifi-firmware/receipt	Sat Jul 28 09:58:01 2012 +0200
     1.2 +++ b/get-wifi-firmware/receipt	Mon Aug 12 13:23:00 2013 +0000
     1.3 @@ -21,6 +21,6 @@
     1.4  	[ -s /etc/resolv.conf -a ! -s $1/etc/resolv.conf ] && install_resolver=true
     1.5  	$install_resolver && cp /etc/resolv.conf $1/etc/resolv.conf
     1.6  	# directly support some freely distributable firmware drivers 
     1.7 -	chroot $1 /usr/bin/get-wifi-firmware --get-free-firmware
     1.8 +	chroot $1/ /usr/bin/get-wifi-firmware --get-free-firmware
     1.9  	$install_resolver && rm -f $1/etc/resolv.conf
    1.10  }