浏览代码

*** empty log message ***

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 年之前
父节点
当前提交
3cc219ec44
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/tar.xml

+ 4 - 0
chapter01/changelog.xml

@@ -34,6 +34,10 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Tar: Changed the
+--libexecdir option from /usr/bin to /usr/sbin. Closes Bug
+#678.</para></listitem>
+
 <listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils and
 Gawk: Changed --libexecdir option from /usr/bin to /usr/lib/locate and
 /usr/lib/gawk respectively. Partially fixes Bug #678.</para></listitem>

+ 1 - 1
chapter06/tar.xml

@@ -16,7 +16,7 @@ Estimated required disk space:  &tar-compsize;</screen>
 <para>Prepare Tar for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr --bindir=/bin \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin</userinput></screen>
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin</userinput></screen>
 
 <para>Compile the package:</para>