diff options
Diffstat (limited to 'chapter08/e2fsprogs.xml')
-rw-r--r-- | chapter08/e2fsprogs.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 65d8604cd..fc6f897f5 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -122,10 +122,9 @@ cd build</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> - <para>Make the installed static libraries writable so debugging symbols can - be removed later:</para> + <para>Remove useless static libraries:</para> -<screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen> +<screen><userinput remap="install">rm -fv /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen> <para>This package installs a gzipped <filename class="extension">.info</filename> file but doesn't update the |