diff options
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 9 |
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 \ - --prefix=$LFS/usr --bindir=$LFS/bin --with-curses && + --prefix=$LFS/static --with-curses && make && -make install && -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> |