diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-11-02T19·14+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-11-02T19·14+0000 |
commit | 325b5a8aee89a12c30fbfcf74503f5105be0b230 (patch) | |
tree | d74fabca2e185b148784a8ddc4f97ffcb4c1622d /doc | |
parent | a12095d3be095ba9d88631e21ef6d43f1ddb5cee (diff) |
* Fix permission on /nix/store in the manual for multi-user installs
(reported by Silvio Frischknecht).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/installation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index bed96cd885ab..9e73fb69a2a3 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -314,7 +314,7 @@ bit turned on (like <filename>/tmp</filename>): <screen> $ chgrp nixbld /nix/store -$ chmod 1777 /nix/store +$ chmod 1775 /nix/store </screen> </para> |