aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-12-03 19:00:45 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-12-03 19:00:45 +0000
commit504cdc5decc1f0c9469f334b56f5265f1e8ec6e2 (patch)
tree17f89e516afb5979276b6eeb94a0186f131e8831 /chapter06
parent6cb42ce3a8447369c0439aad3b4b45c1a0e34323 (diff)
removed bogus symlink creation that gets removed two lines later
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bzip2-inst.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index ecbfee7fe..1d275177d 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -7,9 +7,7 @@
make &amp;&amp;
make install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;
-ln -s libbz2.so.1.0 libbz2.so &amp;&amp;
cp -a libbz2.so* /lib &amp;&amp;
-rm /lib/libbz2.so &amp;&amp;
ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &amp;&amp;
rm /usr/bin/{bunzip2,bzcat,bzip2} &amp;&amp;
mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &amp;&amp;