1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Josselin Poiret
2023-04-24 21:59:05 +02:00
committed by Ludovic Courtès
parent d9d25bf517
commit e4f17429a6

View File

@@ -130,7 +130,7 @@ more information.
Then, run:
@example
./configure --localstatedir=/var
./configure --localstatedir=/var --sysconfdir=/etc
@end example
@noindent