diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:23:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:23:21 +0000 |
commit | 64af1f62ed0e2885b15def4ecbaafc706bd70b6c (patch) | |
tree | 603fcef2a69d801f730a4cb66060913128d035bb /chapter05 | |
parent | b4a1c5e185fdd69df7026b5b26f8ead8dfa386b9 (diff) |
Upgrade to Tar-1.25 and install its HTML documentation. Fixes #2777 and #2786.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tar.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 731166a71..002dc228f 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Tar</title> - <para>First fix a bug that was inserted into the latest code release:</para> - -<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen> - <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |