diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 18:14:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 18:14:21 +0000 |
commit | 82f5ee3aade46ecbd6beee2cc1e472b69b9cd53d (patch) | |
tree | bd82027f5210a164242c6cb1f16b5a1074239bc2 /chapter05 | |
parent | 878facc1f5029352f3908b860798f5d3e2b7049c (diff) |
Minor correction - we don't explain how to unpack a tarball (Jeremy Huntwork)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/introduction.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index e70d143c7..93203ffa5 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -26,10 +26,9 @@ 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 -should be unpacked (explained shortly) 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> +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> <para>Several of the packages are patched before compilation, but only when the patch is needed to circumvent a problem. A patch is often |