diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/less.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index 4dfacdbcc..3208835f8 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -34,6 +34,11 @@ <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> |