wok-current diff madwifi/receipt @ rev 1396
Fix: file, bad lib path in receipt.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Sep 18 12:42:13 2008 +0200 (2008-09-18) |
parents | 0e7de63eb2cb |
children | 03a799424aaa |
line diff
1.1 --- a/madwifi/receipt Sat Jul 26 17:27:49 2008 +0200 1.2 +++ b/madwifi/receipt Thu Sep 18 12:42:13 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()