From bb242439b989080e19cc851543ce331e16274778 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 12 Apr 2001 23:31:25 +0000 Subject: Another update git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/aboutlfs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter02') diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 8d15a726d..6711ec3b1 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -13,7 +13,7 @@ partition is mounted on /mnt/lfs. For example when you are told to run a command like ./configure --prefix=$LFS you actually have to -run ./configure --prefix=/mnt/lfs +execute ./configure --prefix=/mnt/lfs @@ -22,7 +22,7 @@ commands entered in a shell, or in a file edited or created. -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 /mnt/lfs. This is accomplished by running export LFS=/mnt/lfs. -- cgit v1.2.3-54-g00ecf