diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 20:17:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 20:17:16 +0000 |
commit | a6c7de59fff6506471136f8c3e438f8d1a42fdf1 (patch) | |
tree | c4f967edba82fbe2b7a62fd9155eddd73eb07405 /chapter06 | |
parent | 06948c18f542ca46e66443c5afadcccd326fe2d7 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libtool.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> |