From bdd7f2703c38ee8cff43504c6d3d484148a833bf Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 27 Oct 2008 07:23:19 +0000 Subject: Added chmod instructions to e2fsprogs and tcl to ensure all libraries are writable by root for stripping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 9a7ca5f89..47f133a51 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -109,6 +109,11 @@ cd build make install-libs + Make the installed static libraries writable so debugging symbols can + be removed later. + +chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a + This package installs a gzipped .info file but doesn't update the system-wide dir file. Unzip this file and then update -- cgit v1.2.3-54-g00ecf