diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-06 22:05:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-06 22:05:35 +0000 |
commit | 37c20632211b15d091b342be7d186e9e8713a4ce (patch) | |
tree | c9389eb13be913b3ef2f19980dba9985c74c86e3 | |
parent | 89858c6aaa04efc4bcd6683101a47fb68f35c161 (diff) |
* Don't use deprecated option style to tar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 6fc12efb8..05eff9cc4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -49,7 +49,7 @@ of achieving a clean build.</para> threading libraries installed by Glibc. Unpack the tarball from within the Glibc source directory:</para> -<screen><userinput>tar xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> +<screen><userinput>tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |