diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:32:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:32:11 +0000 |
commit | 8a352b8bdf372e0ec4d2e327e4695dc9cb1fa965 (patch) | |
tree | 18dce04cf817389d66e444f50d66d8fa32916331 /chapter06/bzip2-inst.xml | |
parent | 8cd994f474f041052a1e334b33bbd627330fa7f0 (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.xml | 2 |
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 && cp bzip2-shared /bin/bzip2 && ln -s libbz2.so.1.0 libbz2.so && cp -a libbz2.so* /lib && -ln -sf ../../lib/libbz2.so /usr/lib&& +ln -sf ../../lib/libbz2.so /usr/lib && rm /usr/bin/{bunzip2,bzcat,bzip2} && mv /usr/bin/{bzip2recover,bzless,bzmore} /bin && ln -sf bzip2 /bin/bunzip2 && |