wok-stable diff ndiswrapper/receipt @ rev 1397

busybox: fix gzipped module insertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 19 15:24:31 2008 +0000 (2008-09-19)
parents 564e60fb4085
children 17d849de3b0b
line diff
     1.1 --- a/ndiswrapper/receipt	Tue Jul 08 00:29:17 2008 +0200
     1.2 +++ b/ndiswrapper/receipt	Fri Sep 19 15:24:31 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  -b /$1
     1.8 +	depmod -a -b "$1/" $EXTRAVERSION-slitaz
     1.9  }
    1.10  
    1.11  post_remove()