wok diff atl1e/receipt @ rev 2993

fuse: fix kernel path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 11 20:33:07 2009 +0200 (2009-05-11)
parents 62979e3c780d
children
line diff
     1.1 --- a/atl1e/receipt	Tue Apr 14 15:27:15 2009 +0000
     1.2 +++ b/atl1e/receipt	Mon May 11 20:33:07 2009 +0200
     1.3 @@ -30,5 +30,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
     1.8 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
     1.9  }