wok rev 1090

slim: chown all file to root
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jul 16 21:47:54 2008 +0200 (2008-07-16)
parents 08c68c1fe5ae
children 8bf276abef41
files slim/receipt
line diff
     1.1 --- a/slim/receipt	Wed Jul 16 21:41:12 2008 +0200
     1.2 +++ b/slim/receipt	Wed Jul 16 21:47:54 2008 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  	
     1.5  	# Config file and rc script (theme is in slitaz-configs).
     1.6  	cp -a stuff/etc $fs
     1.7 -	chown root.root $fs/etc/init.d/*
     1.8 +	chown -R root.root $fs
     1.9  }
    1.10  
    1.11  post_install()