From 617bacdc915543646c1db35f47b06c4bf5f5b7b6 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 7 Oct 2003 22:22:28 +0000 Subject: [PATCH] Small fish. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/chapter04.xml | 20 +++++++++++--------- chapter05/introduction.xml | 4 ++++ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 2ba008db2..c4092747f 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -27,19 +27,21 @@ published, please try to google for the package. Should you remain unsuccessful with this, you can consult the book's errata page at or try the alternative means of downloading given at - +. You'll need to store all the downloaded packages and patches somewhere that is conveniently available throughout the entire build. You'll also need a working directory in which to unpack the sources and build them. A scheme that -works well is to use $LFS/tools/src/packages for all the -downloaded files and $LFS/tools/src for the working -directory. In this way, everything will be on the LFS partition and always -available. - -Ater each package installation you should normally delete the source and -build directories (for cleanness sake and to save space), -unless instructed to do otherwise. +works well is to use $LFS/usr/src/packages for all the +downloaded files and $LFS/usr/src as the working +directory. In this way, everything will be on the LFS partition and available +during all stages of the building process. + +