wok diff get-wifi-firmware/receipt @ rev 15002
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 21:12:16 2013 +0000 (2013-08-10) |
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 Sat Aug 10 21:12:16 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 }