Author: manuel Date: 2005-11-26 03:50:10 -0700 (Sat, 26 Nov 2005) New Revision: 7182
Modified: trunk/BOOK/chapter06/module-init-tools.xml trunk/BOOK/general.ent Log: Updated a tar switch to their current name in tar-1.15.1 Modified: trunk/BOOK/chapter06/module-init-tools.xml =================================================================== --- trunk/BOOK/chapter06/module-init-tools.xml 2005-11-24 20:10:11 UTC (rev 7181) +++ trunk/BOOK/chapter06/module-init-tools.xml 2005-11-26 10:50:10 UTC (rev 7182) @@ -42,7 +42,7 @@ 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 && +<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-components=1 && ./configure && make check && make distclean</userinput></screen> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-11-24 20:10:11 UTC (rev 7181) +++ trunk/BOOK/general.ent 2005-11-26 10:50:10 UTC (rev 7182) @@ -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}]" --> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page