aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash-inst.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 1a7522c90..75da31d43 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -44,10 +44,13 @@ make: [install] Error 2 (ignored)</screen></blockquote>
<para>then that means that you are probably using Debian, and that you have an
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 -sf bash sh</userinput> commands) because they won't be
-executed when the error occurs.</para>
+chapter 6, so you can ignore it.
+
+<para>When we tested it with the latest Debian version, the last two
+commands were executed because the install process didn't return with a
+value larger than 0. But you would do good to check if you have the
+<filename class="symlink">$LFS/bin/sh</filename> symlink on your LFS
+partition. If not, run the last two commands manually now.</para>
</sect2>