浏览代码

Correct ownership of libtool's libltdl data files (fixes bug 1601)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父节点
当前提交
a6c7de59ff
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/libtool.xml

+ 3 - 0
chapter01/changelog.xml

@@ -112,6 +112,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>August 12th, 2005 [matt]: Fix ownership of libtool's libltdl
+data files (fixes bug 1601).</para></listitem>
+
 <listitem><para>August 12th, 2005 [matt]: Change findutils and vim's configure
 <listitem><para>August 12th, 2005 [matt]: Change findutils and vim's configure
 switch explanations to the convention used in the rest of the book (Bug
 switch explanations to the convention used in the rest of the book (Bug
 1613).</para></listitem>
 1613).</para></listitem>

+ 4 - 0
chapter06/libtool.xml

@@ -47,6 +47,10 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>
 
 
+<para>Correct the ownership of the libltdl data files:</para>
+
+<screen><userinput>chown -R root:root /usr/share/libtool/libltdl</userinput></screen>
+
 </sect2>
 </sect2>