aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-25 00:19:47 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-25 00:19:47 +0000
commit5e2cb652195321c7f63b5d22077e583b75118178 (patch)
treed64a6d22aa92dfd27bfd0df8a9b973c5068ab16a /chapter05/bash-inst.xml
parent1f61f4234c1bb6da0c31e9370d76dc78c975ebba (diff)
first set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index c72100cf4..83113b2e2 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -21,10 +21,9 @@ following commands as user root:</para>
commands:</para>
<para><screen><userinput>./configure --enable-static-link \
-&nbsp;&nbsp;&nbsp;&nbsp;--prefix=$LFS/usr --bindir=$LFS/bin --with-curses &amp;&amp;
+&nbsp;&nbsp;&nbsp;&nbsp;--prefix=$LFS/static --with-curses &amp;&amp;
make &amp;&amp;
-make install &amp;&amp;
-ln -sf bash $LFS/bin/sh</userinput></screen></para>
+make install</userinput></screen></para>
<para>If the make install phase ends with something along the lines of</para>
@@ -46,9 +45,7 @@ chapter 6, so you can ignore it.</para>
<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>
+value larger than 0.</para>
</sect2>