doc: Remove bits about having to create /gnu/store manually.
authorLudovic Courtès <ludo@gnu.org>
Thu, 2 Apr 2015 19:40:01 +0000 (21:40 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 2 Apr 2015 19:40:01 +0000 (21:40 +0200)
* doc/guix.texi (Build Environment Setup): Remove bit about creating
  /gnu/store.  This is done automatically since 15ddeff.

doc/guix.texi

index 556f138..7ab4242 100644 (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: