From 536afc9f40fcf3c88b423c8b60baca99dc7615fc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 18 Nov 2005 21:33:17 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 3 +++ chapter06/module-init-tools.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 72b36520a..c18325eeb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,9 @@ First a summary, then a detailed log. +November 18, 2005 [manuel]: Fixed the unpack of the +module-init-tools-testsuite package. + November 16, 2005 [jhuntwork]: Textual correction concerning gettext in chapter 5 and the use of --disable-shared diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 699f1a85b..ee9e9ea1c 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -42,7 +42,7 @@ perform the tests (note that the make distclean command is required to clean up the source tree, as the source gets recompiled as part of the testing process): -tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 && +tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 && ./configure && make check && make distclean