diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 12:02:35 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 12:02:35 +0000 |
commit | 313e096081b296d7993c5fa688a25954de15ad63 (patch) | |
tree | 11c85d261231692c411c1278e7f473d982195849 /chapter04/chapter04.xml | |
parent | 1668d8e3f77807b23d9f90eb4eefebc0acced300 (diff) |
Correcting the working dir, readding a lost paragraph, and alphabetizing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/chapter04.xml')
-rw-r--r-- | chapter04/chapter04.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 8f3d1497e..86ce11068 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -32,16 +32,16 @@ of the alternative means of downloading listed on <para>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 <filename>$LFS/usr/src/packages</filename> for all the -downloaded files and <filename>$LFS/usr/src</filename> as the working -directory. In this way, everything will be on the LFS partition and available -during all stages of the building process.</para> +works well is to use <filename>$LFS/tools/sources/packages</filename> for the +tarballs, and <filename>$LFS/tools/sources</filename> as the working directory +<emphasis>and</emphasis> as the place to store the patches. In this way, +everything will be on the LFS partition and available during all stages of the +building process.</para> -<!-- -<para>So you may want to execute the following command:</para> +<para>So you may want to execute the following command before starting +your download session:</para> -<screen><userinput>mkdir -p $LFS/usr/src/packages</userinput></screen> ---> +<screen><userinput>mkdir -p $LFS/tools/sources/packages</userinput></screen> <!-- <para>For your convenience the top of the list contains a link to a file |