diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
commit | cd152f22770796527d3203b4b0b85abef43e018f (patch) | |
tree | 5b71c74520ae1f2bd8140c6694d88c115e63d054 /chapter08/e2fsprogs.xml | |
parent | 1f460e53b4186579f9ec20622356910580663ab3 (diff) |
remove unneeded static libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |