wok diff bootchart/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 380ffe05937a
line diff
     1.1 --- a/bootchart/receipt	Mon Jul 08 11:45:27 2013 +0300
     1.2 +++ b/bootchart/receipt	Mon Jul 08 17:09:45 2013 +0300
     1.3 @@ -21,6 +21,7 @@
     1.4  	sed -i "s/SAMPLE_PERIOD=0.2/SAMPLE_PERIOD=1/" $fs/etc/bootchartd.conf
     1.5  	sed -i "s/kdm_greet/kdm_greet slim /" $fs/sbin/bootchartd
     1.6  	sed -i 's|/usr/bin/bootchart|/usr/bin/pybootchartgui|g' $fs/sbin/bootchartd
     1.7 +	chown -R root:root $fs
     1.8  }
     1.9  
    1.10  post_install()