wok diff mutt/receipt @ rev 18949

mdocml: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 06 21:11:00 2016 +0100 (2016-03-06)
parents 25551012e527
children 697186cadac0
line diff
     1.1 --- a/mutt/receipt	Wed Nov 05 21:30:58 2014 +0100
     1.2 +++ b/mutt/receipt	Sun Mar 06 21:11:00 2016 +0100
     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  }