# HG changeset patch # User Christophe Lincoln # Date 1203003778 -3600 # Node ID c738ab213d8358236723998fd6284b99587b282c # Parent faba01f76e760e89e10234ecef1012cd654932c9 Refix in slitaz-hacker (when using tazlito gen-distro) diff -r faba01f76e76 -r c738ab213d83 slitaz-hacker/receipt --- a/slitaz-hacker/receipt Thu Feb 14 16:36:44 2008 +0100 +++ b/slitaz-hacker/receipt Thu Feb 14 16:42:58 2008 +0100 @@ -19,6 +19,11 @@ $fs/home/hacker/.local/share cp -a stuff/ash_history $fs/home/hacker/.ash_history cp -a stuff/profile $fs/home/hacker/.profile + # Change permissions. + # + echo -n "Chmodig all files in $root/home/hacker..." + chown -R 500.500 $fs/home/hacker + status } pre_install() @@ -45,11 +50,3 @@ fi fi } -post_install() -{ - # Change permissions. - # - echo -n "Chmodig all files in /home/hacker..." - chown -R 500.500 $root/home/hacker - status -}