# HG changeset patch # User Christophe Lincoln # Date 1216237674 -7200 # Node ID 794d395dbca252674a02b87c4f26e0a85c621bdb # Parent 08c68c1fe5ae3e8416bd273a5394cea09adbc724 slim: chown all file to root diff -r 08c68c1fe5ae -r 794d395dbca2 slim/receipt --- a/slim/receipt Wed Jul 16 21:41:12 2008 +0200 +++ b/slim/receipt Wed Jul 16 21:47:54 2008 +0200 @@ -27,7 +27,7 @@ # Config file and rc script (theme is in slitaz-configs). cp -a stuff/etc $fs - chown root.root $fs/etc/init.d/* + chown -R root.root $fs } post_install()