From 8a352b8bdf372e0ec4d2e327e4695dc9cb1fa965 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 29 May 2002 23:32:11 +0000 Subject: inserted space git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bzip2-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/bzip2-inst.xml') 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 && -- cgit v1.2.3-54-g00ecf