wok-stable diff nvidia/receipt @ rev 2951

ecore: fix compile_rules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 08 16:12:51 2009 +0200 (2009-05-08)
parents c1610baa4cf4
children 5f639c2dde3c
line diff
     1.1 --- a/nvidia/receipt	Thu Jan 22 18:08:21 2009 +0000
     1.2 +++ b/nvidia/receipt	Fri May 08 16:12:51 2009 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -  depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
     1.8 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
     1.9  }
    1.10  
    1.11  post_remove()