aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index eb6b96e1f..9dcd2775c 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -8,7 +8,7 @@
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd $LFS/bin &amp;&amp;</userinput>
-<userinput>ln -s bash sh</userinput></screen></para>
+<userinput>ln -sf bash sh</userinput></screen></para>
<para>If the make install phase ends with something along the lines of</para>
@@ -28,7 +28,7 @@ old version of the texinfo package. This error is not severe by any means: the
info pages will be installed when we recompile bash dynamically in
chapter 6, so you can ignore it. You do, however, have to run the last
two commands manually (the <userinput>cd $LFS/bin</userinput> and
-<userinput>ln -s bash sh</userinput> commands) because they won't be
+<userinput>ln -sf bash sh</userinput> commands) because they won't be
executed when the error occurs.</para>
</sect2>