diff mbox series

[bug#63057,core-updates,3/3] doc: Add --sysconfdir=/etc to the recommended ./configure.

Message ID 92b4dd720cdddc4756c8000eb8090955046a410b.1682364024.git.dev@jpoiret.xyz
State New
Headers show
Series Some installer fixes | expand

Commit Message

Josselin Poiret April 24, 2023, 7:59 p.m. UTC
* doc/contributing.texi (Building from Git): Add --sysconfdir=/etc to the
recommended ./configure invocation.
---
 doc/contributing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 73d1cd2648..2a30b5055a 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -130,7 +130,7 @@  more information.
 Then, run:
 
 @example
-./configure --localstatedir=/var
+./configure --localstatedir=/var --sysconfdir=/etc
 @end example
 
 @noindent