diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-07-29 19:20:32 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-07-29 19:20:32 +0000 |
commit | ad58f79fa40852ef7c8287a782c6739c7406fa79 (patch) | |
tree | b97d2e30b016d5378434b575e81ba9ef500c3a16 /chapter06/man-inst.xml | |
parent | 415157ef41768f7367bd6ffc2242c980645a8c81 (diff) |
Reverted man commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r-- | chapter06/man-inst.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 0e8fff874..7ce68eea3 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -4,9 +4,10 @@ <para>Run the following commands to install man:</para> <para><screen><userinput>PATH=$PATH:/usr/bin:/bin \ - ./configure -default -confdir=/etc && + ./configure -default && make && -make install</userinput></screen></para> +make install && +mv /usr/share/misc/man.conf /etc</userinput></screen></para> <para>You may want to take a look at the man hint at <ulink url="&hints-root;man.txt"/> which deals with formatting |