diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-27 07:23:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-27 07:23:19 +0000 |
commit | bdd7f2703c38ee8cff43504c6d3d484148a833bf (patch) | |
tree | e069823f4ce674754007aee4c523f436bce2e721 /chapter05/e2fsprogs.xml | |
parent | e4b8b816df71ba3d2cefe115e0e9c323364890c2 (diff) |
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
Diffstat (limited to 'chapter05/e2fsprogs.xml')
-rw-r--r-- | chapter05/e2fsprogs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index 5c3e9cb37..5211ca666 100644 --- a/chapter05/e2fsprogs.xml +++ b/chapter05/e2fsprogs.xml @@ -60,6 +60,11 @@ cd build</userinput></screen> <screen><userinput remap="install">make install-libs</userinput></screen> + <para>Make the installed static libraries writable so debugging symbols can + be removed later.</para> + +<screen><userinput remap="install">chmod -v u+w /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen> + </sect2> <sect2 role="content"> |