mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
942a92cbd7
commit
1cf7b9e8a9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user