aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-26 17:38:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-26 17:38:03 +0000
commit44dc5587c3f6c840a9d04af91016f0ca7b4f50c2 (patch)
tree4ca9c85468fa8000fbcad34c5ef78b03f0a94ed1 /chapter05
parent4584c156c22e3f7f0045f182888e3154563def1d (diff)
Fix an error in the mountfs bootscript.
Remove outdated seds for diffutils in both Chapters 5 and 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/diffutils.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index 12e200027..62ba35874 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -43,10 +43,6 @@
<sect2 role="installation">
<title>Installation of Diffutils</title>
- <para>First, fix some errors in the included gnulib code:</para>
-
-<screen><userinput remap="pre">sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
-
<para>Prepare Diffutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>