diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-03 00:21:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-03 00:21:10 +0000 |
commit | 30a2c84f231091077b480144b53297ce2bf490d5 (patch) | |
tree | e99d4d6da58359eceb2dfc9007eb7733c4f0c9cd /chapter06/man-inst.xml | |
parent | b7cea6e536b6037bf891acdf525230c9b9be72f1 (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.xml | 4 |
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 && +<para><screen><userinput>patch -Np1 -i ../man-&man-80cols-patch-version;-80cols.patch && +patch -Np1 -i ../man-&man-manpath-patch-version;-manpath.patch && +patch -Np1 -i ../man-&man-pager-patch-version;-pager.patch && PATH=$PATH:/usr/bin:/bin \ ./configure -default -confdir=/etc && make && |