aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/aboutlfs.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-18 18:31:39 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-18 18:31:39 +0000
commit60ed866798672201b1e79c15a8f38e4f7f76a9a1 (patch)
treef14e7aa45bfd86f16e0601212417a0d71edbf844 /chapter02/aboutlfs.xml
parent8d8ab633a0bf92e5f9f95518616120b4d82a5d5a (diff)
Fixed typos, removed old command explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r--chapter02/aboutlfs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml
index f49d2868b..f53f858f8 100644
--- a/chapter02/aboutlfs.xml
+++ b/chapter02/aboutlfs.xml
@@ -10,8 +10,8 @@ explained in full detail in chapter 4. For example, let's assume that
the LFS partition is mounted on /mnt/lfs.</para>
<para>For example when you are told to run a command like
-<userinput>./configure --prefix=$LFS</userinput> you actually have to
-execute <userinput>./configure --prefix=/mnt/lfs</userinput></para>
+<userinput>./configure --prefix=$LFS/static</userinput> you actually have to
+execute <userinput>./configure --prefix=/mnt/lfs/static</userinput>.</para>
<para>It's important that this is done no matter where it is read; be it in
commands entered in a shell, or in a file edited or created.</para>
@@ -23,7 +23,7 @@ This way $LFS can be entered literally instead of replacing it with
<para><screen><userinput>export LFS=/mnt/lfs</userinput></screen></para>
<para>Now, if you are told to run a command like <userinput>./configure
---prefix=$LFS</userinput> you can type that literally. Your shell will
+--prefix=$LFS/static</userinput> you can type that literally. Your shell will
replace $LFS with /mnt/lfs when it processes the command line (meaning
when you hit enter after having typed the command).</para>