wok diff frox/receipt @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents ca224f09fcb3
children 8e449fe1df2e
line diff
     1.1 --- a/frox/receipt	Wed Sep 10 18:26:08 2014 +0200
     1.2 +++ b/frox/receipt	Mon Feb 20 09:35:09 2017 +0100
     1.3 @@ -27,5 +27,6 @@
     1.4  {
     1.5  	mkdir -p $fs/etc
     1.6  	cp -a $src/src/frox.conf $fs/etc
     1.7 +	chown root.root $fs/etc/frox.conf
     1.8  	cp -a $install/usr $fs/
     1.9  }