wok diff avatar-factory/receipt @ rev 14554

thunderbird-langpack-es_ES: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Thu May 23 10:09:21 2013 +0200 (2013-05-23)
parents 8d1f3057da51
children 2a5cc8208d36
line diff
     1.1 --- a/avatar-factory/receipt	Thu Feb 21 08:37:47 2013 +0100
     1.2 +++ b/avatar-factory/receipt	Thu May 23 10:09:21 2013 +0200
     1.3 @@ -28,5 +28,5 @@
     1.4  	for file in $(find $fs -type f); do
     1.5  		[ $(head -n1 $file | grep '#!/bin/bash') ] && chmod 755 $file
     1.6  	done
     1.7 -	true
     1.8 +	chown -R root.root $fs	# was pankso.100 ... why ?
     1.9  }