mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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
This commit is contained in:
parent
492ca50f80
commit
67bd7d46ee
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2014">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "March 2nd, &year;">
|
||||
<!ENTITY releasedate "March 3rd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -306,7 +306,7 @@ mv /usr/share/doc/git-&git-version;/howto/{*.,}html</userinput></screen>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/lib/git-core,
|
||||
/usr/libexec/git-core,
|
||||
/usr/share/doc/git-&git-version;,
|
||||
/usr/share/git-core,
|
||||
/usr/share/git-gui,
|
||||
|
@ -98,7 +98,6 @@
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib \
|
||||
--enable-charset &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 3rd, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - remove libexecdir from mc, menu-cache, openbox, pulseaudio,
|
||||
w3m and related cleanups.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 1st, 2014</para>
|
||||
<itemizedlist>
|
||||
|
@ -97,7 +97,6 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -141,7 +140,8 @@ make</userinput></screen>
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/menu-cache,
|
||||
/usr/lib/menu-cache and
|
||||
/usr/lib/menu-cache,
|
||||
/usr/libexec/menu-cache and
|
||||
/usr/share/gtk-doc/html/libmenu-cache
|
||||
</seg>
|
||||
</seglistitem>
|
||||
|
@ -236,6 +236,7 @@ fi</userinput></screen>
|
||||
<seg>
|
||||
/usr/include/gstreamer-0.10,
|
||||
/usr/lib/gstreamer-0.10,
|
||||
/usr/libexec/gstreamer-0.10,
|
||||
/usr/share/gtk-doc/html/gstreamer-0.10,
|
||||
/usr/share/gtk-doc/html/gstreamer-libs-0.10 and
|
||||
/usr/share/gtk-doc/html/gstreamer-plugins-0.10
|
||||
|
@ -146,6 +146,7 @@ make</userinput></screen>
|
||||
<seg>
|
||||
/usr/include/gstreamer-1.0,
|
||||
/usr/lib/gstreamer-1.0,
|
||||
/usr/libexec/gstreamer-1.0,
|
||||
/usr/share/gtk-doc/html/gstreamer-1.0 and
|
||||
/usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
|
||||
</seg>
|
||||
|
@ -147,7 +147,6 @@ usermod -a -G audio pulse</userinput></screen>
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib \
|
||||
--with-module-dir=/usr/lib/pulse/modules &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -206,7 +205,8 @@ make</userinput></screen>
|
||||
/etc/pulse,
|
||||
/usr/include/pulse,
|
||||
/usr/lib/cmake/PulseAudio,
|
||||
/usr/lib/pulse and
|
||||
/usr/lib/pulse,
|
||||
/usr/libexec/pulse and
|
||||
/usr/share/pulseaudio
|
||||
</seg>
|
||||
</seglistitem>
|
||||
|
@ -102,7 +102,7 @@
|
||||
sed -i 's/file_handle/file_foo/' istream.{c,h} &&
|
||||
sed -i 's#gdk-pixbuf-xlib-2.0#& x11#' configure &&
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -169,7 +169,7 @@ install -v -m644 doc/{HISTORY,READ*,keymap.*,menu.*,*.html} \
|
||||
<seglistitem>
|
||||
<seg>w3m and w3mman</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/libexec/w3m,
|
||||
<seg>/usr/libexec/w3m,
|
||||
/usr/share/w3m, and
|
||||
/usr/share/doc/w3m-&w3m-version;</seg>
|
||||
</seglistitem>
|
||||
|
@ -252,7 +252,7 @@ chmod 644 /etc/pam.d/sudo</userinput></screen>
|
||||
</seg>
|
||||
<seg>
|
||||
/etc/sudoers.d,
|
||||
/usr/lib/sudo,
|
||||
/usr/libexec/sudo,
|
||||
/usr/share/doc/sudo-&sudo-version;, and
|
||||
/var/lib/sudo
|
||||
</seg>
|
||||
|
@ -288,6 +288,14 @@ cp -vfr doc/guide /usr/share/doc/openldap-&openldap-version;</userinput></scree
|
||||
installed and you are going to use a SQL backend.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--libexecdir=/usr/lib</parameter>: This switch controls where
|
||||
the <filename class="directory">/usr/lib/openldap</filename> directory is
|
||||
installed. Everything in that directory is a library, so it belongs under
|
||||
<filename class="directory">/usr/lib</filename> instead of
|
||||
<filename class="directory">/usr/libexec</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-slp</option>: This switch enables
|
||||
SLPv2 support. Use it if you have installed
|
||||
|
@ -102,7 +102,6 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/openbox \
|
||||
--sysconfdir=/etc \
|
||||
--docdir=/usr/share/doc/openbox-&openbox-version; \
|
||||
--disable-static &&
|
||||
|
Loading…
Reference in New Issue
Block a user