wok diff avatar-factory/receipt @ rev 15286

seamonkey: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 17:42:26 2013 +0000 (2013-09-26)
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 Sep 26 17:42:26 2013 +0000
     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  }