* Fix permission on /nix/store in the manual for multi-user installs

(reported by Silvio Frischknecht).
This commit is contained in:
Eelco Dolstra 2011-11-02 19:14:54 +00:00
parent a12095d3be
commit 325b5a8aee
1 changed files with 1 additions and 1 deletions

View File

@ -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>