diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/patch.xml | 7 |
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> |