wok-current diff nvidia/receipt @ rev 3108
slitaz-i18n: Tiny fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 17 23:57:40 2009 +0200 (2009-05-17) |
parents | c1610baa4cf4 |
children | 5f639c2dde3c |
line diff
1.1 --- a/nvidia/receipt Thu Jan 22 18:08:21 2009 +0000 1.2 +++ b/nvidia/receipt Sun May 17 23:57:40 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()