wok-6.x diff ndiswrapper/receipt @ rev 1455

atl2 kqemu madwifi mISDN ndiswrapper squashfs-module zaptel: fix depmod in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 16:09:39 2008 +0000 (2008-10-03)
parents 17d849de3b0b
children 3d99ecce2d4b
line diff
     1.1 --- a/ndiswrapper/receipt	Fri Oct 03 14:05:05 2008 +0000
     1.2 +++ b/ndiswrapper/receipt	Fri Oct 03 16:09:39 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()