瀏覽代碼

[Bug 326] added libexecdir=/usr/bin to the make command for fileutils to fix a wrong libexecdir path in updatedb

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Marc Heerdink 23 年之前
父節點
當前提交
d9760bffa1
共有 3 個文件被更改,包括 8 次插入4 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/findutils-inst.xml
  3. 2 2
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -18,6 +18,10 @@
 
 
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added
+libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in
+updatedb.</para></listitem>
+
 <listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
 <listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
 that if you want to manually install some locales, instead of all of them,
 that if you want to manually install some locales, instead of all of them,
 then you first need to create the
 then you first need to create the

+ 2 - 2
chapter06/findutils-inst.xml

@@ -8,7 +8,7 @@ to be unpacked.</para>
 
 
 <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
 <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
+make libexecdir=/usr/bin &amp;&amp;
 make libexecdir=/usr/bin install</userinput></screen></para>
 make libexecdir=/usr/bin install</userinput></screen></para>
 
 
 </sect2>
 </sect2>
@@ -22,7 +22,7 @@ location.  The following commands use the database file
 
 
 <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
 <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
-make localstatedir=/var/lib/misc &amp;&amp;
+make localstatedir=/var/lib/misc libexecdir=/usr/bin &amp;&amp;
 make localstatedir=/var/lib/misc libexecdir=/usr/bin install</userinput></screen></para>
 make localstatedir=/var/lib/misc libexecdir=/usr/bin install</userinput></screen></para>
 
 
 </sect2>
 </sect2>

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 
 <!ENTITY book SYSTEM "book/book.xml">
 <!ENTITY book SYSTEM "book/book.xml">
 
 
-<!ENTITY version "20020421">
-<!ENTITY releasedate "April 21st, 2002">
+<!ENTITY version "20020426">
+<!ENTITY releasedate "April 26th, 2002">
 
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">