# HG changeset patch # User Christopher Rogers # Date 1298962889 0 # Node ID 12eb74ac753b075d58809217592a8737e5e79301 # Parent 9a489921fe01c951c9a1332bc03f83aaa417a6ee slitaz-configs doesn't have root so there is no need to chmod root. diff -r 9a489921fe01 -r 12eb74ac753b slitaz-configs/receipt --- a/slitaz-configs/receipt Tue Mar 01 12:32:50 2011 +0100 +++ b/slitaz-configs/receipt Tue Mar 01 07:01:29 2011 +0000 @@ -21,7 +21,6 @@ cp -a $src/rootfs/etc/xdg/openbox/autostart.sh $fs/etc/xdg/openbox cp -a $src/rootfs/etc/xdg/openbox/rc.xml $fs/etc/xdg/openbox chown -R root.root $fs - chmod 0750 $fs/root } post_install()