aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-09-16 13:58:10 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-09-16 13:58:10 +0000
commitfd4ec730adcc9f07bf3e816e904af95667e8adf9 (patch)
treea514d7deb55adfa96bcd7787c8a323da6e37c89f /chapter06
parent326bb248e66e92029644abce0cbd3ba4d059f14c (diff)
Upgrade to Patch-2.7. Fixes #3182.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/patch.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 2b52d142d..da7fcb3f7 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -42,11 +42,6 @@
<sect2 role="installation">
<title>Installation of Patch</title>
- <para>Apply a patch to prevent the test suite from running a test that
- requires <command>ed</command>:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>
-
<para>Prepare Patch for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -57,7 +52,7 @@
<para>To test the results, issue:</para>
-<screen><userinput remap="test">make -k check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>