wok diff madwifi/receipt @ rev 1398

Fix: Dropbear failed to start with empty key files.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Sep 20 08:55:30 2008 +0200 (2008-09-20)
parents 0e7de63eb2cb
children 03a799424aaa
line diff
     1.1 --- a/madwifi/receipt	Sat Jul 26 17:27:49 2008 +0200
     1.2 +++ b/madwifi/receipt	Sat Sep 20 08:55:30 2008 +0200
     1.3 @@ -43,7 +43,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()