aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/module-init-tools.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-18 21:33:17 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-18 21:33:17 +0000
commit536afc9f40fcf3c88b423c8b60baca99dc7615fc (patch)
tree20d8b2f287e923d2de04ba7f9f3d710374866e92 /chapter06/module-init-tools.xml
parent6d3214bb39b19a18406cd4e70774a4bf7dba6394 (diff)
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
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r--chapter06/module-init-tools.xml2
1 files changed, 1 insertions, 1 deletions
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 <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 &amp;&amp;
+<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 &amp;&amp;
./configure &amp;&amp;
make check &amp;&amp;
make distclean</userinput></screen>