glfs/general/sysutils/cpio/cpio-inst.xml
Larry Lawrence 110ec35a84 update intro to which, zip, unzip and cpio
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1143 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-21 02:32:24 +00:00

14 lines
334 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 --libexec=/usr/sbin \
--bindir=/bin &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>