diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-06-30 14:46:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-06-30 14:46:50 +0000 |
commit | 968c7be054bbc38b6472f4f94f4a1924a37fc92a (patch) | |
tree | e0c89cd833958a0a06e3283a93bc76a024659720 /chapter05 | |
parent | 3c0135c844a8c432f6a88fe3a4be8c8c4046911b (diff) |
Upgrade to Tar-1.18. Fixes #2039.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8181 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tar.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 335eefcd9..87c627de8 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -37,14 +37,6 @@ <sect2 role="installation"> <title>Installation of Tar</title> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" - href="../chapter06/tar.xml" - xpointer="xpointer(//*[@os='a'])"/> - - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" - href="../chapter06/tar.xml" - xpointer="xpointer(//*[@os='b'])"/> - <para>Prepare Tar for compilation:</para> <screen><userinput>./configure --prefix=/tools</userinput></screen> |