From 148bb04f8022ae1ea657d36ef04ff062bd023206 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 2 Sep 2003 22:03:51 +0000 Subject: Renaming /stage1 to /tools. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 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 a8dc236f2..eab96f228 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -10,7 +10,7 @@ patch: Now prepare Bash for compilation: -./configure --prefix=/stage1 --with-curses +./configure --prefix=/tools --with-curses Compile the program: @@ -27,7 +27,7 @@ patch: And make a link for the programs that use sh for a shell: -ln -s bash /stage1/bin/sh +ln -s bash /tools/bin/sh -- cgit v1.2.3-54-g00ecf