mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
e94bda632c
commit
6ad962732e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user