diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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</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 /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen> + <para>This package installs a gzipped <filename class="extension">.info</filename> file but doesn't update the system-wide <filename>dir</filename> file. Unzip this file and then update |