glfs/general/sysutils/cpio/cpio-inst.xml
Igor Živković 50143e0ed9 a couple of j2sdk corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1861 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-01 10:02:30 +00:00

14 lines
368 B
XML

<sect2>
<title>Installation of <application>cpio</application></title>
<para>Install <application>cpio</application> by running the following commands:
</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/tmp/cpio \
--bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
rm -rf /tmp/cpio</command></userinput></screen>
</sect2>