wok diff btanks/receipt @ rev 14792

Fix ownership and permissions for some files in some packages (again): adeskbar, arora, attr, binutils, bootchart, btanks.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 17:09:45 2013 +0300 (2013-07-08)
parents a7b54d88ae54
children 223b265f40fd
line diff
     1.1 --- a/btanks/receipt	Mon Jul 08 11:45:27 2013 +0300
     1.2 +++ b/btanks/receipt	Mon Jul 08 17:09:45 2013 +0300
     1.3 @@ -58,6 +58,6 @@
     1.4  	# make settings saveable
     1.5  	SETTINGS=$fs/usr/share/btanks/bt.xml
     1.6  	touch $SETTINGS
     1.7 -	chgrp 1000 $SETTINGS
     1.8 +	chgrp 100 $SETTINGS
     1.9  	chmod 664 $SETTINGS
    1.10  }