Author: ken
Date: Thu Feb 20 13:17:44 2014
New Revision: 12752

Log:
Remove some libexecdirs I overlooked earlier.

Modified:
   trunk/BOOK/general/genutils/icon-naming-utils.xml
   trunk/BOOK/general/prog/git.xml
   trunk/BOOK/general/sysutils/cpio.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/gstreamer.xml

Modified: trunk/BOOK/general/genutils/icon-naming-utils.xml
==============================================================================
--- trunk/BOOK/general/genutils/icon-naming-utils.xml   Thu Feb 20 13:02:22 
2014        (r12751)
+++ trunk/BOOK/general/genutils/icon-naming-utils.xml   Thu Feb 20 13:17:44 
2014        (r12752)
@@ -77,8 +77,7 @@
     <para>Install <application>icon-naming-utils</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
-            --libexecdir=/usr/lib/icon-naming-utils &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -89,16 +88,6 @@
 
   </sect2>
 
-  <sect2 role="commands">
-    <title>Command Explanations</title>
-
-    <para><parameter>--libexecdir=/usr/lib/icon-naming-utils</parameter>:
-    This parameter is used so that the main program script is placed in
-    <filename class='directory'>/usr/lib/icon-naming-utils</filename>
-    instead of <filename class='directory'>/usr/libexec</filename>.</para>
-
-  </sect2>
-
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/general/prog/git.xml
==============================================================================
--- trunk/BOOK/general/prog/git.xml     Thu Feb 20 13:02:22 2014        (r12751)
+++ trunk/BOOK/general/prog/git.xml     Thu Feb 20 13:17:44 2014        (r12752)
@@ -138,7 +138,6 @@
     </para>
 
 <screen><userinput>./configure --prefix=/usr         \
-            --libexecdir=/usr/lib \
             --with-gitconfig=/etc/gitconfig &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/general/sysutils/cpio.xml
==============================================================================
--- trunk/BOOK/general/sysutils/cpio.xml        Thu Feb 20 13:02:22 2014        
(r12751)
+++ trunk/BOOK/general/sysutils/cpio.xml        Thu Feb 20 13:17:44 2014        
(r12752)
@@ -68,10 +68,9 @@
     commands:</para>
 
 <screen><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h &amp;&amp;
-./configure --prefix=/usr     \
-            --bindir=/bin     \
-            --libexecdir=/tmp \
-            --enable-mt       \
+./configure --prefix=/usr \
+            --bindir=/bin \
+            --enable-mt   \
             --with-rmt=/usr/sbin/rmt &amp;&amp;
 make &amp;&amp;
 makeinfo --html            -o doc/html      doc/cpio.texi &amp;&amp;
@@ -117,10 +116,6 @@
     instead of <filename class="directory">/usr/bin</filename> as recommended
     by the FHS guidelines.</para>
 
-    <para><parameter>--libexecdir=/tmp</parameter>: This parameter is used so
-    that <filename class='directory'>/usr/libexec</filename> is not
-    created.</para>
-
     <para><parameter>--enable-mt</parameter>: This parameter forces the
     building and installation of the <command>mt</command> program.</para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Feb 20 13:02:22 
2014        (r12751)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Feb 20 13:17:44 
2014        (r12752)
@@ -48,6 +48,10 @@
       <para>February 20th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - remove libexecdir from cpio, git, gstreamer-0.10,
+          icon-naming-utils..</para>
+        </listitem>
+        <listitem>
           <para>[ken] - remove libexecdir from evince, vte, webkitgtk.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/gstreamer.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer.xml Thu Feb 20 13:02:22 2014        
(r12751)
+++ trunk/BOOK/multimedia/libdriv/gstreamer.xml Thu Feb 20 13:17:44 2014        
(r12752)
@@ -135,7 +135,6 @@
             gst/parse/grammar.y &amp;&amp;
 
 ./configure --prefix=/usr \
-            --libexecdir=/usr/lib \
             --disable-static &amp;&amp;
 make</userinput></screen>
 
@@ -191,14 +190,6 @@
       a problem caused by the most recent version of Bison.
     </para>
 
-    <para>
-      <parameter>--libexecdir=/usr/lib</parameter>: This parameter is used
-      so that the <application>GStreamer</application> internal support 
programs
-      are installed in the preferred location of <filename
-      class="directory">/usr/lib/gstreamer-0.10</filename> instead of <filename
-      class="directory">/usr/libexec/gstreamer-0.10</filename>.
-    </para>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 
-- 
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