瀏覽代碼

Fixed the unpack of the module-init-tools-testsuite package.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 年之前
父節點
當前提交
536afc9f40
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/module-init-tools.xml

+ 3 - 0
chapter01/changelog.xml

@@ -114,6 +114,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>November 18, 2005 [manuel]: Fixed the unpack of the
+module-init-tools-testsuite package.</para></listitem>
+
 <listitem><para>November 16, 2005 [jhuntwork]: Textual correction concerning
 <listitem><para>November 16, 2005 [jhuntwork]: Textual correction concerning
 gettext in chapter 5 and the use of --disable-shared</para></listitem>
 gettext in chapter 5 and the use of --disable-shared</para></listitem>
 
 

+ 1 - 1
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
 required to clean up the source tree, as the source gets recompiled as part of
 the testing process):</para>
 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;
 ./configure &amp;&amp;
 make check &amp;&amp;
 make check &amp;&amp;
 make distclean</userinput></screen>
 make distclean</userinput></screen>