diff options
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index da7fcb3f7..a106962ef 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -42,6 +42,11 @@ <sect2 role="installation"> <title>Installation of Patch</title> + <para>Apply a patch to prevent a test that requires <command>ed</command> + from being run:</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> |