Преглед на файлове

Re-adde --libexecdir to Chapter 6-Glibc. The destination is supposed to be /usr/lib not /usr/libexec

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans преди 22 години
родител
ревизия
bdb2a6b616
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      chapter01/changelog.xml
  2. 1 1
      chapter06/glibc.xml

+ 2 - 2
chapter01/changelog.xml

@@ -38,8 +38,8 @@
 moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
 Closes Bug 679.</para></listitem>
 
-<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed
-the --libexecdir=/usr/bin option. Partially fixes Bug
+<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Changed
+--libexecdir option from /usr/bin to /usr/lib. Partially fixes Bug
 #678.</para></listitem>
 
 <listitem><para>November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command

+ 1 - 1
chapter06/glibc.xml

@@ -48,7 +48,7 @@ cd ../glibc-build</userinput></screen>
 
 <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
 &nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/usr/include</userinput></screen>
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/lib --with-headers=/usr/include</userinput></screen>
 
 <para>The meaning of the new configure options:</para>