Changeset 67bd7d46


Ignore:
Timestamp:
03/04/2014 12:39:21 AM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8316a85
Parents:
492ca50f
Message:

More removals or explanations of --libexecdir, and associated fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12813 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r492ca50f r67bd7d46  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 2nd, &year;">
     9<!ENTITY releasedate  "March 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    r492ca50f r67bd7d46  
    307307        </seg>
    308308        <seg>
    309           /usr/lib/git-core,
     309          /usr/libexec/git-core,
    310310          /usr/share/doc/git-&git-version;,
    311311          /usr/share/git-core,
  • general/sysutils/mc.xml

    r492ca50f r67bd7d46  
    9999<screen><userinput>./configure --prefix=/usr \
    100100            --sysconfdir=/etc \
    101             --libexecdir=/usr/lib \
    102101            --enable-charset &amp;&amp;
    103102make</userinput></screen>
  • introduction/welcome/changelog.xml

    r492ca50f r67bd7d46  
    4646
    4747    <listitem>
     48      <para>March 3rd, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - remove libexecdir from mc, menu-cache, openbox, pulseaudio,
     52          w3m and related cleanups.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>March 1st, 2014</para>
    4959      <itemizedlist>
  • lxde/desktop/menu-cache.xml

    r492ca50f r67bd7d46  
    9898
    9999<screen><userinput>./configure --prefix=/usr \
    100             --libexecdir=/usr/lib \
    101100            --disable-static &amp;&amp;
    102101make</userinput></screen>
     
    142141        <seg>
    143142          /usr/include/menu-cache,
    144           /usr/lib/menu-cache and
     143          /usr/lib/menu-cache,
     144          /usr/libexec/menu-cache and
    145145          /usr/share/gtk-doc/html/libmenu-cache
    146146        </seg>
  • multimedia/libdriv/gstreamer.xml

    r492ca50f r67bd7d46  
    237237          /usr/include/gstreamer-0.10,
    238238          /usr/lib/gstreamer-0.10,
     239          /usr/libexec/gstreamer-0.10,
    239240          /usr/share/gtk-doc/html/gstreamer-0.10,
    240241          /usr/share/gtk-doc/html/gstreamer-libs-0.10 and
  • multimedia/libdriv/gstreamer10.xml

    r492ca50f r67bd7d46  
    147147          /usr/include/gstreamer-1.0,
    148148          /usr/lib/gstreamer-1.0,
     149          /usr/libexec/gstreamer-1.0,
    149150          /usr/share/gtk-doc/html/gstreamer-1.0 and
    150151          /usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
  • multimedia/libdriv/pulseaudio.xml

    r492ca50f r67bd7d46  
    148148            --sysconfdir=/etc \
    149149            --localstatedir=/var \
    150             --libexecdir=/usr/lib \
    151150            --with-module-dir=/usr/lib/pulse/modules &amp;&amp;
    152151make</userinput></screen>
     
    207206          /usr/include/pulse,
    208207          /usr/lib/cmake/PulseAudio,
    209           /usr/lib/pulse and
     208          /usr/lib/pulse,
     209          /usr/libexec/pulse and
    210210          /usr/share/pulseaudio
    211211        </seg>
  • networking/textweb/w3m.xml

    r492ca50f r67bd7d46  
    103103sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    104104
    105 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib &amp;&amp;
     105./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    106106make</userinput></screen>
    107107
     
    170170        <seg>w3m and w3mman</seg>
    171171        <seg>None</seg>
    172         <seg>/usr/libexec/w3m, 
     172        <seg>/usr/libexec/w3m,
    173173             /usr/share/w3m, and
    174174             /usr/share/doc/w3m-&w3m-version;</seg>
  • postlfs/security/sudo.xml

    r492ca50f r67bd7d46  
    253253        <seg>
    254254          /etc/sudoers.d,
    255           /usr/lib/sudo,
     255          /usr/libexec/sudo,
    256256          /usr/share/doc/sudo-&sudo-version;, and
    257257          /var/lib/sudo
  • server/other/openldap.xml

    r492ca50f r67bd7d46  
    290290
    291291    <para>
     292     <parameter>--libexecdir=/usr/lib</parameter>: This switch controls where
     293     the <filename class="directory">/usr/lib/openldap</filename> directory is
     294     installed.  Everything in that directory is a library, so it belongs under
     295     <filename class="directory">/usr/lib</filename> instead of
     296     <filename class="directory">/usr/libexec</filename>.
     297    </para>
     298
     299    <para>
    292300      <option>--enable-slp</option>: This switch enables
    293301      SLPv2 support. Use it if you have installed
  • x/wm/openbox.xml

    r492ca50f r67bd7d46  
    103103
    104104<screen><userinput>./configure --prefix=/usr                         \
    105             --libexecdir=/usr/lib/openbox         \
    106105            --sysconfdir=/etc                     \
    107106            --docdir=/usr/share/doc/openbox-&openbox-version; \
Note: See TracChangeset for help on using the changeset viewer.