aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-07-27 22:59:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-07-27 22:59:21 +0000
commit14accdf2a003f1fe27d710cc8cee7a710cbb4a49 (patch)
treeb76da2d5ec15861e9f11fb39e85f3ea763bac25e /chapter06/tar.xml
parent78bf0c1739a3328e64471847f6703b2be7e455c8 (diff)
Update to tar-1.28
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r--chapter06/tar.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index c3c3c0738..ee69bad86 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -39,11 +39,11 @@
<sect2 role="installation">
<title>Installation of Tar</title>
-
+<!--
<para>Add a program that generates a man page for tar from the source code:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&tar-manpage-patch;</userinput></screen>
-
+-->
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \
@@ -76,11 +76,11 @@
<screen><userinput remap="install">make install
make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
-
+<!--
<para>Finally, generate the man page and place it in the proper location:</para>
<screen><userinput remap="install">perl tarman &gt; /usr/share/man/man1/tar.1</userinput></screen>
-
+-->
</sect2>