doc: Remove bits about having to create /gnu/store manually.

* doc/guix.texi (Build Environment Setup): Remove bit about creating
  /gnu/store.  This is done automatically since 15ddeff.
This commit is contained in:
Ludovic Courtès 2015-04-02 21:40:01 +02:00
parent ae0bdd8189
commit 1768213c0a

View file

@ -383,15 +383,6 @@ Bash syntax and the @code{shadow} commands):
done
@end example
The @file{/gnu/store} directory (or whichever was specified with the
@code{--with-store-dir} option) must have ownership and permissions as
follows:
@example
# chgrp guix-builder /gnu/store
# chmod 1775 /gnu/store
@end example
@noindent
The @code{guix-daemon} program may then be run as @code{root} with: