diff options
-rw-r--r-- | chapter06/module-init-tools.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index ee9e9ea1c..548687df1 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 --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> diff --git a/general.ent b/general.ent index a8f948ab7..9ea52927b 100644 --- a/general.ent +++ b/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}]" --> |