wok-6.x diff linux/receipt @ rev 532
fix depmod args
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 09 17:18:31 2008 +0000 (2008-04-09) |
parents | cd99ec381938 |
children | c77621e18bbb |
line diff
1.1 --- a/linux/receipt Wed Apr 09 08:49:36 2008 +0000 1.2 +++ b/linux/receipt Wed Apr 09 17:18:31 2008 +0000 1.3 @@ -71,7 +71,7 @@ 1.4 post_install() 1.5 { 1.6 echo "Processing post-install commands..." 1.7 - depmod -a -b "$1/lib/modules/$VERSION-slitaz" 1.8 + depmod -a -b /$1 1.9 echo "----" 1.10 echo "If you have GRUB installed, you can add tree lines to boot SliTaz." 1.11 echo "Example /boot/grub/menu.lst"