diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-03 19:02:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-03 19:02:47 +0000 |
commit | a44d116ea21adad136b3682472a206478ab619e0 (patch) | |
tree | 566876fd42a8892044470b42c08af500d9764724 /chapter06/patch.xml | |
parent | 99158c2c28dcdb499fe22762bb02fce00db653e4 (diff) |
Upgrade to Patch-2.6.1. Fixes #2538.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |