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

Up xorg-xf86-input-void (1.4.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 18:48:58 2013 +0000 (2013-08-15)
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	Thu Aug 15 18:48:58 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  }