Author: matthew Date: 2005-04-06 16:05:35 -0600 (Wed, 06 Apr 2005) New Revision: 4880
Modified: trunk/BOOK/chapter06/glibc.xml Log: * Don't use deprecated option style to tar Modified: trunk/BOOK/chapter06/glibc.xml =================================================================== --- trunk/BOOK/chapter06/glibc.xml 2005-04-06 22:01:39 UTC (rev 4879) +++ trunk/BOOK/chapter06/glibc.xml 2005-04-06 22:05:35 UTC (rev 4880) @@ -49,7 +49,7 @@ 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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
