diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-19 20:12:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-19 20:12:40 +0000 |
commit | bedb1c71c0afd042d4512f144748c813df81ac17 (patch) | |
tree | 780b3d8db949a44a75fa8e29b59539df4fc9423b /chapter05 | |
parent | 913d46a2692229050b6243c1566a40adfe3d95a0 (diff) |
Make the explanation of how/where to compile packages a little more obvious
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/introduction.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 4438bd7a6..404ca5c87 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -25,10 +25,10 @@ host production directories. Since the packages compiled here are temporary, we do not want them to pollute the soon-to-be LFS system.</para> -<para>Before issuing the build instructions for a package, the package +<important><para>Before issuing the build instructions for a package, the package should be unpacked as user <emphasis>lfs</emphasis>, and a <command>cd</command> into the created directory should be performed. The build -instructions assume that the <command>bash</command> shell is in use.</para> +instructions assume that the <command>bash</command> shell is in use.</para></important> <para>Several of the packages are patched before compilation, but only when the patch is needed to circumvent a problem. A patch is often |