aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-26 10:50:10 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-26 10:50:10 +0000
commit6fdd67806309d9ffb747b800189b40ff0fd0422a (patch)
tree011ba9b673ffc8a91729247391c11144017b978b /chapter06
parentb325ecd049db654ac9582790677f8556dc69c5c1 (diff)
Updated a tar switch to their current name in tar-1.15.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 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 &amp;&amp;
+<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-components=1 &amp;&amp;
./configure &amp;&amp;
make check &amp;&amp;
make distclean</userinput></screen>