aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-08-28 22:27:05 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-08-28 22:27:05 +0000
commit01674db27297482054aa51d401dad58711624148 (patch)
tree05770a9bdaf5749384abd69247965e3ab72670a3 /chapter06
parent7eac3e32abdb80a27508969c0662d22695a14d6e (diff)
Adjusted tar commands for chapter six Bash and Glibc for consistency.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml2
-rw-r--r--chapter06/glibc.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 6fd9b572d..c9c3a70c7 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -33,7 +33,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem>
<para>If you downloaded the Bash documentation tarball and wish to install HTML
documentation, issue the following commands:</para>
-<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
+<screen><userinput>tar -xf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
Makefile.in</userinput></screen>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 00dffeb87..653b4280c 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -60,7 +60,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 -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
The problem has been determined to be with the tests themselves, not with the