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
This commit is contained in:
Manuel Canales Esparcia 2005-11-26 10:50:10 +00:00
parent b325ecd049
commit 6fdd678063
2 changed files with 3 additions and 3 deletions

View File

@ -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 --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; ./configure &amp;&amp;
make check &amp;&amp; make check &amp;&amp;
make distclean</userinput></screen> make distclean</userinput></screen>

View File

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