wok diff mutt/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents ad9008f821da
children 4f02a37747b4
line diff
     1.1 --- a/mutt/receipt	Mon Mar 07 17:32:18 2022 +0000
     1.2 +++ b/mutt/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -61,7 +61,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	chroot "$1/" addgroup mail
     1.8 +	grep -q ^mail: "$1/etc/group"  || chroot "$1/" addgroup mail
     1.9  }
    1.10  
    1.11  post_remove()