소스 검색

* Don't use deprecated option style to tar

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 년 전
부모
커밋
37c2063221
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter06/glibc.xml

+ 1 - 1
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>