diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-12 20:51:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-12 20:51:30 +0000 |
commit | 2e80ff192c9de76579a34235cb20e68bd0d4d9d3 (patch) | |
tree | 3f299e1bfd372644ead993de24badb648b44be74 /chapter05/tar.xml | |
parent | 63ebb95c608acd8b6bf9c6e9744346d2a40e56e8 (diff) |
Update to tar-1.17, fixes #2029.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tar.xml')
-rw-r--r-- | chapter05/tar.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 87c627de8..335eefcd9 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -37,6 +37,14 @@ <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> |