Author: bdubbs
Date: 2009-12-31 12:02:01 -0700 (Thu, 31 Dec 2009)
New Revision: 8166

Modified:
   trunk/BOOK/general/graphlib/freetype2.xml
   trunk/BOOK/postlfs/security/linux-pam.xml
Log:
Fix tar command options

Modified: trunk/BOOK/general/graphlib/freetype2.xml
===================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml   2009-12-31 10:08:56 UTC (rev 
8165)
+++ trunk/BOOK/general/graphlib/freetype2.xml   2009-12-31 19:02:01 UTC (rev 
8166)
@@ -90,7 +90,7 @@
     <para>If you downloaded the additional documentation, unpack it into the
     source tree using the following command:</para>
 
-<screen><userinput>tar xf ../freetype-doc-&freetype2-version;.tar.bz2 \
+<screen><userinput>tar -xf ../freetype-doc-&freetype2-version;.tar.bz2 \
     --strip-components=2 -C docs</userinput></screen>
 
     <para>Install <application>FreeType2</application> by running the following

Modified: trunk/BOOK/postlfs/security/linux-pam.xml
===================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml   2009-12-31 10:08:56 UTC (rev 
8165)
+++ trunk/BOOK/postlfs/security/linux-pam.xml   2009-12-31 19:02:01 UTC (rev 
8166)
@@ -102,7 +102,7 @@
     <para>If you downloaded the documentation, unpack the tarball by issuing
     the following command.</para>
 
-<screen><userinput>tar xf ../Linux-PAM-&linux-pam-version;-docs.tar.bz2 
--strip-components=1</userinput></screen>
+<screen><userinput>tar -xf ../Linux-PAM-&linux-pam-version;-docs.tar.bz2 
--strip-components=1</userinput></screen>
 
     <para>Install <application>Linux-PAM</application> by
     running the following commands:</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to