From 6fdd67806309d9ffb747b800189b40ff0fd0422a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 26 Nov 2005 10:50:10 +0000 Subject: 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 --- chapter06/module-init-tools.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 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 --strip-path=1 && +tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-components=1 && ./configure && make check && make distclean -- cgit v1.2.3-54-g00ecf