mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Add --sysconfdir=/etc to the recommended ./configure.
* doc/contributing.texi (Building from Git): Add --sysconfdir=/etc to the recommended ./configure invocation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d9d25bf517
commit
e4f17429a6
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ more information.
|
|||
Then, run:
|
||||
|
||||
@example
|
||||
./configure --localstatedir=/var
|
||||
./configure --localstatedir=/var --sysconfdir=/etc
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Reference in a new issue