wok diff avatar-factory/receipt @ rev 14070

avatar-factory: fix owner
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 21 11:14:44 2013 +0100 (2013-02-21)
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 Feb 21 11:14:44 2013 +0100
     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  }