From 504cdc5decc1f0c9469f334b56f5265f1e8ec6e2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 3 Dec 2002 19:00:45 +0000 Subject: 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 --- chapter06/bzip2-inst.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'chapter06') 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 && make install && cp bzip2-shared /bin/bzip2 && -ln -s libbz2.so.1.0 libbz2.so && cp -a libbz2.so* /lib && -rm /lib/libbz2.so && ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so && rm /usr/bin/{bunzip2,bzcat,bzip2} && mv /usr/bin/{bzip2recover,bzless,bzmore} /bin && -- cgit v1.2.3-54-g00ecf