diff options
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r-- | chapter06/man-inst.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 7ce68eea3..0e8fff874 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -4,10 +4,9 @@ <para>Run the following commands to install man:</para> <para><screen><userinput>PATH=$PATH:/usr/bin:/bin \ - ./configure -default && + ./configure -default -confdir=/etc && make && -make install && -mv /usr/share/misc/man.conf /etc</userinput></screen></para> +make install</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 |