aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-03 00:21:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-03 00:21:10 +0000
commit30a2c84f231091077b480144b53297ce2bf490d5 (patch)
treee99d4d6da58359eceb2dfc9007eb7733c4f0c9cd /chapter06/man-inst.xml
parentb7cea6e536b6037bf891acdf525230c9b9be72f1 (diff)
split up the glibc and man 'mega' patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2269 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r--chapter06/man-inst.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index ad73cabdb..f07ee1615 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -3,7 +3,9 @@
<para>Run the following commands to install man:</para>
-<para><screen><userinput>patch -Np1 -i ../man-&man-patch-version;.patch &amp;&amp;
+<para><screen><userinput>patch -Np1 -i ../man-&man-80cols-patch-version;-80cols.patch &amp;&amp;
+patch -Np1 -i ../man-&man-manpath-patch-version;-manpath.patch &amp;&amp;
+patch -Np1 -i ../man-&man-pager-patch-version;-pager.patch &amp;&amp;
PATH=$PATH:/usr/bin:/bin \
&nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &amp;&amp;
make &amp;&amp;