wok diff slim/receipt @ rev 1166

postfix: fix depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 30 12:09:40 2008 +0000 (2008-07-30)
parents 4ae1b641e09a
children 534023d6e005
line diff
     1.1 --- a/slim/receipt	Wed Jul 16 15:42:10 2008 +0000
     1.2 +++ b/slim/receipt	Wed Jul 30 12:09:40 2008 +0000
     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()