diff options
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 |