aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-29 23:32:11 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-29 23:32:11 +0000
commit8a352b8bdf372e0ec4d2e327e4695dc9cb1fa965 (patch)
tree18dce04cf817389d66e444f50d66d8fa32916331 /chapter06/bzip2-inst.xml
parent8cd994f474f041052a1e334b33bbd627330fa7f0 (diff)
inserted space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r--chapter06/bzip2-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index 8839c3a6d..33d6b1dcd 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -9,7 +9,7 @@ make PREFIX=/usr 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;
-ln -sf ../../lib/libbz2.so /usr/lib&amp;&amp;
+ln -sf ../../lib/libbz2.so /usr/lib &amp;&amp;
rm /usr/bin/{bunzip2,bzcat,bzip2} &amp;&amp;
mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &amp;&amp;
ln -sf bzip2 /bin/bunzip2 &amp;&amp;