diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 031d05c6e..b2ac8da14 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -31,7 +31,7 @@ or, better yet, try one 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/sources</filename> as the place to store +works well is to use <filename class="directory">$LFS/sources</filename> as the place to store the tarballs and patches, <emphasis>and</emphasis> as a working directory. This way everything you need will be located on the LFS partition and available during all stages of the building process.</para> |