wok-6.x diff mutt/receipt @ rev 19160
busybox: add fr.po
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 22:20:40 2016 +0200 (2016-05-26) |
parents | 25551012e527 |
children | 697186cadac0 |
line diff
1.1 --- a/mutt/receipt Wed Nov 05 21:30:58 2014 +0100 1.2 +++ b/mutt/receipt Thu May 26 22:20:40 2016 +0200 1.3 @@ -47,10 +47,10 @@ 1.4 1.5 post_install() 1.6 { 1.7 - chroot $1/ addgroup mail 1.8 + chroot "$1/" addgroup mail 1.9 } 1.10 1.11 post_remove() 1.12 { 1.13 - chroot $1/ delgroup mail 1.14 + chroot "$1/" delgroup mail 1.15 }