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 c24d79ea3..c206d39a2 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -5,6 +5,7 @@ <para><screen><userinput>make && make -f Makefile-libbz2_so && +rm /usr/bin/bz* && make PREFIX=/usr install && cp bzip2-shared /bin/bzip2 && ln -s libbz2.so.1.0 libbz2.so && |