aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-04-06 22:05:35 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-04-06 22:05:35 +0000
commit37c20632211b15d091b342be7d186e9e8713a4ce (patch)
treec9389eb13be913b3ef2f19980dba9985c74c86e3 /chapter06/glibc.xml
parent89858c6aaa04efc4bcd6683101a47fb68f35c161 (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
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml2
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>