From 0e6ea1cbc5030affac995a3bb7221c8107e02aa7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 11 Sep 2001 19:25:24 +0000 Subject: reworded a bit. make install on debian doesn't fail. The error is ignored as it should and make's return value is now 0. This may not be like this on all systems if the 'make' program is older. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 11 +++++++---- 1 file 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) 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 cd $LFS/bin and -ln -sf bash sh commands) because they won't be -executed when the error occurs. +chapter 6, so you can ignore it. + +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 +$LFS/bin/sh symlink on your LFS +partition. If not, run the last two commands manually now. -- cgit v1.2.3-54-g00ecf