diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-03-06 20:00:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-03-06 20:00:41 +0000 |
commit | ba1328ce31104a06e2e5ac63ae42dc31444917e5 (patch) | |
tree | 7d482265d8c10af8719c13abc89f4705a8f2d42c /chapter06 | |
parent | 889e7b5770118f2fe245188b8a1ee8eed752a97f (diff) |
Remove an unneded instruction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/tar.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index d51bfa8c8..d148c4695 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -40,10 +40,6 @@ <sect2 role="installation"> <title>Installation of Tar</title> - <para>Fix a bug introduced in tar-1.31:</para> - - <screen><userinput remap="pre">sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c</userinput></screen> - <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \ |