aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/setting-environment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/setting-environment.xml')
-rw-r--r--chapter05/setting-environment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml
index 20d8f7ea1..a43e8d492 100644
--- a/chapter05/setting-environment.xml
+++ b/chapter05/setting-environment.xml
@@ -10,7 +10,7 @@ set +h
umask 022
LFS=/mnt/lfs
LC_ALL=POSIX
-PATH=/stage1/bin:$PATH
+PATH=/tools/bin:$PATH
export LFS LC_ALL PATH
EOF
@@ -42,7 +42,7 @@ may cause trouble if you exit the chroot environment and wish to return later.
By setting LC_ALL to "POSIX" (or "C", the two are equivalent) we ensure that
everything will work as expected in the chroot environment.</para>
-<para>We prepend <filename>/stage1/bin</filename> to the standard PATH so
+<para>We prepend <filename>/tools/bin</filename> to the standard PATH so
that, as we move along through this chapter, the tools we build will get used
during the rest of the building process.</para>