From 462a9038a33223fdbeafcb2140b1f388e6a7b589 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 3 Nov 2005 22:42:59 +0000 Subject: [PATCH] Fix typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/module-init-tools.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index fe8019dd6..deed1647e 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -44,7 +44,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 && ./configure && make check && make distclean