guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/15: doc: Add --sysconfdir=/etc to the recommended ./configure.


From: guix-commits
Subject: 10/15: doc: Add --sysconfdir=/etc to the recommended ./configure.
Date: Sun, 30 Apr 2023 17:22:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e4f17429a63eb54adfdc1d4d3a792bfa8efe86c4
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon Apr 24 21:59:05 2023 +0200

    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>
---
 doc/contributing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]