Przeglądaj źródła

Updated a tar switch to their current name in tar-1.15.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 19 lat temu
rodzic
commit
6fdd678063
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      chapter06/module-init-tools.xml
  2. 2 2
      general.ent

+ 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
 the testing process):</para>
 
-<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 &amp;&amp;
+<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-components=1 &amp;&amp;
 ./configure &amp;&amp;
 make check &amp;&amp;
 make distclean</userinput></screen>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051118">
-<!ENTITY releasedate "November 18, 2005">
+<!ENTITY version "SVN-20051126">
+<!ENTITY releasedate "November 26, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->