Author: bdubbs
Date: 2012-03-02 15:19:06 -0700 (Fri, 02 Mar 2012)
New Revision: 9569

Modified:
   trunk/BOOK/general/prog/git.xml
Log:
Control libexecdir in git

Modified: trunk/BOOK/general/prog/git.xml
===================================================================
--- trunk/BOOK/general/prog/git.xml     2012-03-02 21:53:21 UTC (rev 9568)
+++ trunk/BOOK/general/prog/git.xml     2012-03-02 22:19:06 UTC (rev 9569)
@@ -115,7 +115,9 @@
     <para>Install <application>Git</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --with-gitconfig=/etc/gitconfig 
&amp;&amp;
+<screen><userinput>./configure --prefix=/usr         \
+            --libexecdir=/usr/lib \
+            --with-gitconfig=/etc/gitconfig &amp;&amp;
 make</userinput></screen>
 
     <para>If you have installed <ulink
@@ -183,6 +185,9 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><option>--libexecdir=/usr/lib</option>: Place git library files
+    correctly.</para>
+
     <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>

-- 
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