wok diff rt2860sta/receipt @ rev 2926

linux modules depends on depmod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 07 09:37:08 2009 +0200 (2009-05-07)
parents 62979e3c780d
children
line diff
     1.1 --- a/rt2860sta/receipt	Tue Apr 14 15:27:15 2009 +0000
     1.2 +++ b/rt2860sta/receipt	Thu May 07 09:37:08 2009 +0200
     1.3 @@ -32,5 +32,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  }