From 45714a7d3b3c0851d598d966a2ce9790e177c6e1 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 23 Aug 2001 22:38:49 +0000 Subject: [Bug 127] Clean up ln, mv and cp commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/bash-inst.xml') diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index eb6b96e1f..9dcd2775c 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -8,7 +8,7 @@ make && make install && cd $LFS/bin && -ln -s bash sh +ln -sf bash sh If the make install phase ends with something along the lines of @@ -28,7 +28,7 @@ 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 -s bash sh commands) because they won't be +ln -sf bash sh commands) because they won't be executed when the error occurs. -- cgit v1.2.3-54-g00ecf