Author: matthew Date: 2005-04-06 16:07:49 -0600 (Wed, 06 Apr 2005) New Revision: 4881
Modified: branches/6.1/BOOK/chapter06/glibc.xml Log: * Merge tar option change from trunk to 6.1 branch Modified: branches/6.1/BOOK/chapter06/glibc.xml =================================================================== --- branches/6.1/BOOK/chapter06/glibc.xml 2005-04-06 22:05:35 UTC (rev 4880) +++ branches/6.1/BOOK/chapter06/glibc.xml 2005-04-06 22:07:49 UTC (rev 4881) @@ -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
