wok diff ndiswrapper/receipt @ rev 1467

linux-source: build kernel in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 11:49:56 2008 +0000 (2008-10-04)
parents 17d849de3b0b
children 3d99ecce2d4b
line diff
     1.1 --- a/ndiswrapper/receipt	Fri Oct 03 14:05:05 2008 +0000
     1.2 +++ b/ndiswrapper/receipt	Sat Oct 04 11:49:56 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/" $EXTRAVERSION-slitaz
     1.8 +	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
     1.9  }
    1.10  
    1.11  post_remove()