wok-next diff emacs-pkg-po-mode/receipt @ rev 17552
Update some post_install for install --root
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 30 10:17:37 2015 +0100 (2015-01-30) |
parents | a7848c730d68 |
children | 9b7b70c9feef |
line diff
1.1 --- a/emacs-pkg-po-mode/receipt Mon Aug 12 21:09:10 2013 +0000 1.2 +++ b/emacs-pkg-po-mode/receipt Fri Jan 30 10:17:37 2015 +0100 1.3 @@ -38,10 +38,10 @@ 1.4 1.5 post_install() 1.6 { 1.7 - tazpkg reconfigure emacs 1.8 + chroot "$1/" tazpkg reconfigure emacs 1.9 } 1.10 1.11 post_remove() 1.12 { 1.13 - tazpkg reconfigure emacs 1.14 + chroot "$1/" tazpkg reconfigure emacs 1.15 }