Another update

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-04-12 23:31:25 +00:00
parent cc107b1a51
commit bb242439b9

View File

@ -13,7 +13,7 @@ partition is mounted on /mnt/lfs.
<para> <para>
For example when you are told to run a command like For example when you are told to run a command like
<userinput>./configure --prefix=$LFS</userinput> you actually have to <userinput>./configure --prefix=$LFS</userinput> you actually have to
run <userinput>./configure --prefix=/mnt/lfs</userinput> execute <userinput>./configure --prefix=/mnt/lfs</userinput>
</para> </para>
<para> <para>
@ -22,7 +22,7 @@ commands entered in a shell, or in a file edited or created.
</para> </para>
<para> <para>
Another possible solution is to set the environment variable LFS. A possible solution is to set the environment variable LFS.
This way $LFS can be entered literally instead of replacing it by This way $LFS can be entered literally instead of replacing it by
/mnt/lfs. This is accomplished by running <userinput>export /mnt/lfs. This is accomplished by running <userinput>export
LFS=/mnt/lfs</userinput>. LFS=/mnt/lfs</userinput>.