lfs/chapter06/man-inst.sgml

23 lines
567 B
Plaintext
Raw Normal View History

<sect2>
<title>Installation of Man</title>
<para>
Install Man by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure -default &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
&gt; makewhatis-new &amp;&amp;</userinput>
<userinput>mv makewhatis-new /usr/sbin/makewhatis &amp;&amp;
</userinput>
<userinput>chmod 755 /usr/sbin/makewhatis</userinput>
</literallayout></blockquote>
</sect2>