wok rev 851

ndiswrapper: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 20 22:13:57 2008 +0000 (2008-05-20)
parents a3a3c2bac53d
children 02a65dfae818
files ndiswrapper/receipt
line diff
     1.1 --- a/ndiswrapper/receipt	Tue May 20 22:11:39 2008 +0000
     1.2 +++ b/ndiswrapper/receipt	Tue May 20 22:13:57 2008 +0000
     1.3 @@ -45,7 +45,7 @@
     1.4  post_install()
     1.5  {
     1.6  	echo "Processing post-install commands..."
     1.7 -	depmod -a
     1.8 +	depmod -a  -b /$1
     1.9  }
    1.10  
    1.11  post_remove()