making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / chapter06 / textutils-inst.xml
blob2b62f220aba0ae96af73ffffacb9af9085489cb9
1 <sect2>
2 <title>Installation of Textutils</title>
4 <para>Install Textutils by running the following commands:</para>
6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
7 make &amp;&amp;
8 make install &amp;&amp;
9 mv /usr/bin/cat /usr/bin/head /bin</userinput></screen></para>
11 </sect2>