diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/libtool.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 10bb765bd..fe7abe95e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -112,6 +112,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </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 switch explanations to the convention used in the rest of the book (Bug 1613).</para></listitem> diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index ad97a6ba7..e637e8c7d 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -47,6 +47,10 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> <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> |