aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-11 19:41:05 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-11 19:41:05 +0000
commit87446433d6b3cffca92897d402f43f3e6336c1ac (patch)
treefce20d57804e96d0b97530cf4dececaf9fe206ef /chapter06/bzip2-inst.xml
parent2205d49a0816cd15907ea44ad77cefc057ac9227 (diff)
added rm /usr/bin/bz* to chapter06/bzip2 installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r--chapter06/bzip2-inst.xml1
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 &amp;&amp;
make -f Makefile-libbz2_so &amp;&amp;
+rm /usr/bin/bz* &amp;&amp;
make PREFIX=/usr install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;
ln -s libbz2.so.1.0 libbz2.so &amp;&amp;