diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-16 23:50:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-16 23:50:19 +0000 |
commit | 1cf7b9e8a9988169043904599e20d42c1e2e8439 (patch) | |
tree | 257466053ea36cb3e33bffcd243b151c796b0b1d /chapter06 | |
parent | 942a92cbd7ef9fa97805871c9e0af0f5b6007605 (diff) |
Changed rm file && ln -s file -> ln -sf file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index b34f5ee50..40b27e803 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -16,8 +16,7 @@ Install Bzip2 by running the following commands: <userinput>rm /usr/lib/libbz2.a &&</userinput> <userinput>cd /bin &&</userinput> <userinput>ln -sf bzip2 bunzip2 &&</userinput> - <userinput>rm bzcat && ln -s bzip2 bzcat - &&</userinput> + <userinput>ln -sf bzip2 bzcat &&</userinput> <userinput>cd /usr/share/man/man1 &&</userinput> <userinput>ln -s bzip2.1 bunzip2.1 &&</userinput> <userinput>ln -s bzip2.1 bzcat.1 &&</userinput> |