aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-inst.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-13 17:19:45 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-13 17:19:45 +0000
commite0d18a70caed39d29a50317d1a857ad771117dad (patch)
tree8f824374a8d3dd69127df1aab2dec0402523dbf8 /chapter06/bzip2-inst.xml
parent015eb7c61c4f758e472834cbbac99ad558ba3f97 (diff)
Changed all "rm file && ln -s dest file" into "ln -sf file".
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r--chapter06/bzip2-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index 580643476..a2977a367 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -16,8 +16,7 @@ Install Bzip2 by running the following commands:
<userinput>cp -a libbz2.so* libbz2.a /lib &amp;&amp;</userinput>
<userinput>rm /usr/lib/libbz2.a &amp;&amp;</userinput>
<userinput>cd /bin &amp;&amp;</userinput>
- <userinput>rm bunzip2 &amp;&amp; ln -s bzip2 bunzip2
- &amp;&amp;</userinput>
+ <userinput>ln -sf bzip2 bunzip2 &amp;&amp;</userinput>
<userinput>rm bzcat &amp;&amp; ln -s bzip2 bzcat
&amp;&amp;</userinput>
<userinput>cd /usr/share/man/man1 &amp;&amp;</userinput>