aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 17:04:24 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 17:04:24 +0000
commit58c4a181a7b976d00e554089d5d2533274a2d4b6 (patch)
tree938f2ad1e855d3aed3e83356f946caa5e1b16832 /chapter06
parentcddcb23c37df150cbfb3dd711d091e4cb9b26203 (diff)
Added a patch to the Procps instructions to fix a unicode related issue in the watch program
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/procps.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index c2329b2cb..9b81cc289 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -38,15 +38,20 @@
</sect2>
<sect2 role="installation">
- <title>Installation of Procps</title>
+ <title>Installation of Procps</title>
- <para>Compile the package:</para>
+ <para>Apply a patch to fix a unicoded related issue in the
+ <command>watch</command> program:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen>
+
+ <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>This package does not come with a test suite.</para>
- <para>Install the package:</para>
+ <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>