Author: krejzi
Date: Thu Mar 28 13:19:06 2013
New Revision: 11132

Log:
Fix gitconfig location.

Modified:
   trunk/BOOK/general/prog/git.xml

Modified: trunk/BOOK/general/prog/git.xml
==============================================================================
--- trunk/BOOK/general/prog/git.xml     Wed Mar 27 17:12:39 2013        (r11131)
+++ trunk/BOOK/general/prog/git.xml     Thu Mar 28 13:19:06 2013        (r11132)
@@ -134,7 +134,9 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --libexecdir=/usr/lib \
+            --with-gitconfig=/etc/gitconfig &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -219,6 +221,13 @@
     <title>Command Explanations</title>
 
     <para>
+      <option>--with-gitconfig=/etc/gitconfig</option>: This sets
+      <filename>/etc/gitconfig</filename> as the file that stores
+      the default, system wide, <application>Git</application>
+      settings.
+    </para>
+
+    <para>
       <option>--without-python</option>: Use this switch if
       <application>Python</application> is not installed.
     </para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to