mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Changed a tar command, to use short options format
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8255 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e5085ae13d
commit
571735d7c8
@ -93,7 +93,7 @@ xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
|
||||
<para>If you downloaded the optional documentation tarball, unpack it
|
||||
with the following command:</para>
|
||||
|
||||
<screen><userinput>tar xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 -C ..</userinput></screen>
|
||||
<screen><userinput>tar -xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 --strip-components=1</userinput></screen>
|
||||
|
||||
<para>BLFS does not install the required packages to run the test suite
|
||||
and provide meaningful results.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user