aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2007-06-12 16:28:50 +0000
committerKen Moffat <ken@linuxfromscratch.org>2007-06-12 16:28:50 +0000
commit09a7c8d22f6496433daff19dd4e44ace7823e9c9 (patch)
treec1f3438e3130220025bd2f4fb17c268fcad63dac /chapter06
parentf29b290f25238d3a3d503182feae8a9c3a4cb8ac (diff)
Update to less-403, fixes #2019.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/less.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml
index 67dbb38e5..21c6d9900 100644
--- a/chapter06/less.xml
+++ b/chapter06/less.xml
@@ -34,11 +34,6 @@
<sect2 role="installation">
<title>Installation of Less</title>
- <para>Apply a patch that prevents Less from using a deprecated function:
- </para>
-
-<screen><userinput>patch -Np1 -i ../&less-signal_fix-patch;</userinput></screen>
-
<para>Prepare Less for compilation:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>