diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-29 12:38:41 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-29 12:38:41 +0000 |
commit | 6ad962732ebc656fde6c13e415f13ae96ee81747 (patch) | |
tree | ebe239cb61fd47f88f92772288d2bf7fecf932db /chapter02/aboutlfs.xml | |
parent | e94bda632cf2264e732cc128514660bdbef8c8d8 (diff) |
move export LFS command to be on its own line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r-- | chapter02/aboutlfs.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 2e5305129..f49d2868b 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -18,8 +18,9 @@ commands entered in a shell, or in a file edited or created.</para> <para>A possible solution is to set the environment variable LFS. This way $LFS can be entered literally instead of replacing it with -/mnt/lfs. This is accomplished by running <userinput>export -LFS=/mnt/lfs</userinput>.</para> +/mnt/lfs. This is accomplished by running: </para> + +<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 |