mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
23 lines
567 B
Plaintext
23 lines
567 B
Plaintext
|
<sect2>
|
||
|
<title>Installation of Man</title>
|
||
|
|
||
|
<para>
|
||
|
Install Man by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>./configure -default &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install &&</userinput>
|
||
|
<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
|
||
|
> makewhatis-new &&</userinput>
|
||
|
<userinput>mv makewhatis-new /usr/sbin/makewhatis &&
|
||
|
</userinput>
|
||
|
<userinput>chmod 755 /usr/sbin/makewhatis</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|