diff options
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r-- | chapter06/bzip2-inst.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index c206d39a2..a26bb1919 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -14,6 +14,7 @@ cd /usr/lib && ln -sf ../../lib/libbz2.so && cd /usr/bin && rm bunzip2 bzcat bzip2 && +rm /bin/bzless /bin/bzmore && mv bzip2recover bzless bzmore /bin && cd /bin && ln -sf bzip2 bunzip2 && |