wok diff slitaz-boot-scripts/receipt @ rev 13224

get-wifi-firmware: fix get-ipw2?00-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 15:55:25 2012 +0200 (2012-08-12)
parents 8791d537f797
children 288cb68b9302
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Sat Jun 02 01:56:33 2012 +0200
     1.2 +++ b/slitaz-boot-scripts/receipt	Sun Aug 12 15:55:25 2012 +0200
     1.3 @@ -40,5 +40,5 @@
     1.4  #
     1.5  post_install()
     1.6  {
     1.7 - 	/usr/bin/rcSconf up
     1.8 + 	chroot $1/ /usr/bin/rcSconf up
     1.9  }