wok diff catfish/receipt @ rev 14826

Up: xfce4-session* (4.10.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:51:45 2013 +0200 (2013-07-17)
parents 00c51b3a010b
children 7896f0694ef6
line diff
     1.1 --- a/catfish/receipt	Mon Jul 08 17:53:48 2013 +0300
     1.2 +++ b/catfish/receipt	Wed Jul 17 13:51:45 2013 +0200
     1.3 @@ -58,6 +58,6 @@
     1.4  
     1.5  	chown -R root:root $fs
     1.6  	for ext in glade svg; do
     1.7 -		find $fs -type f -name '*.'$ext -exec 644 \{\} \;
     1.8 +		find $fs -type f -name '*.'$ext -exec chmod 644 {} \;
     1.9  	done
    1.10  }