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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/introduction.xml | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0981c5116..9872c3b1c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 28th, 2004 [matt]: chapter05/introduction - we never +explain how to unpack a tarball (Jeremy Huntwork).</para></listitem> + <listitem><para>September 28th, 2004 [matt]: Minor correction - test suites are simply not mandatory in chapter 5, rather than not being recommended (bug 913 - Randy McMurchy).</para></listitem> 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 |