From a6c7de59fff6506471136f8c3e438f8d1a42fdf1 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 12 Aug 2005 20:17:16 +0000 Subject: 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 --- chapter06/libtool.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') 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 make install +Correct the ownership of the libltdl data files: + +chown -R root:root /usr/share/libtool/libltdl + -- cgit v1.2.3-54-g00ecf