aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-18 21:38:26 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-18 21:38:26 +0000
commit95a3daaec3209a21e74732a4868ba0f4dbffce17 (patch)
treeb7cc95d057fb1736bdd3ee0c4cb3f2794b3d772e
parent3fe124a066d885e867ba3fc6014ec3d5493d67bd (diff)
Ported r7168 from trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/module-init-tools.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d529f59df..a027b9bfe 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,6 +42,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>November 18, 2005 [manuel]: Fixed the unpack of the
+module-init-tools-testsuite package.</para></listitem>
+
<listitem><para>November 18, 2005 [manuel]: PDF fixes.</para></listitem>
<listitem><para>November 12, 2005 [matt]: Improve the heuristic for determining
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 699f1a85b..ee9e9ea1c 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -42,7 +42,7 @@ perform the tests (note that the <command>make distclean</command> command is
required to clean up the source tree, as the source gets recompiled as part of
the testing process):</para>
-<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
+<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 &amp;&amp;
./configure &amp;&amp;
make check &amp;&amp;
make distclean</userinput></screen>