aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-08 02:19:22 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-08 02:19:22 +0000
commit94aac9452d4a0c9e00a4d3338faf559927662648 (patch)
tree6cc898357451a916a70795961c5ec20d23e8fcf4 /chapter05/bash-inst.xml
parent6b5bb8493c1b140c5dd1f422ff9633d41516e3a5 (diff)
When install-info error occurs, the last two commands (cd $LFS/bin &&
ln -s bash sh) have to be executed manually git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 6bb0a4725..16b7328ad 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -37,7 +37,11 @@ make: [install] Error 2 (ignored)
<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.
+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
+executed when the error occurs.
</para>
</sect2>