diff options
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 6 |
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> |