diff options
Diffstat (limited to 'chapter08/bzip2.xml')
-rw-r--r-- | chapter08/bzip2.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index e2ff5108f..bc38c6023 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -95,6 +95,10 @@ rm -v /usr/bin/{bunzip2,bzcat,bzip2} ln -sv bzip2 /bin/bunzip2 ln -sv bzip2 /bin/bzcat</userinput></screen> + <para>Remove an useless static library:</para> + +<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen> + </sect2> <sect2 id="contents-bzip2" role="content"> @@ -109,7 +113,7 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep), bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg> - <seg>libbz2.{a,so}</seg> + <seg>libbz2.so</seg> <seg>/usr/share/doc/bzip2-&bzip2-version;</seg> </seglistitem> </segmentedlist> |