diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-09 17:43:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-09 17:43:48 +0000 |
commit | 1de0682431ebc11913c59f4099e229c335dd7607 (patch) | |
tree | 46d5e0dd73b689fe56123b2e3870554ca58fae9b /chapter06 | |
parent | 3249ec38a89eb7083a2cad049d76c942ab6536ff (diff) |
removed suprious
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 39ba93e21..112b3fa63 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -10,7 +10,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 $LFS/usr/lib&& +ln -sf ../../lib/libbz2.so /usr/lib&& rm /usr/bin/{bunzip2,bzcat,bzip2} && rm /bin/{bzless,bzmore} && mv /usr/bin/{bzip2recover,bzless,bzmore} /bin && |