Author: ken
Date: Thu Feb 20 13:49:51 2014
New Revision: 12754
Log:
Correction to previous commit, thanks to Armin for noticing this.
Modified:
trunk/BOOK/general/sysutils/cpio.xml
Modified: trunk/BOOK/general/sysutils/cpio.xml
==============================================================================
--- trunk/BOOK/general/sysutils/cpio.xml Thu Feb 20 13:24:55 2014
(r12753)
+++ trunk/BOOK/general/sysutils/cpio.xml Thu Feb 20 13:49:51 2014
(r12754)
@@ -71,7 +71,7 @@
./configure --prefix=/usr \
--bindir=/bin \
--enable-mt \
- --with-rmt=/usr/sbin/rmt &&
+ --with-rmt=/usr/libexec/rmt &&
make &&
makeinfo --html -o doc/html doc/cpio.texi &&
makeinfo --html --no-split -o doc/cpio.html doc/cpio.texi &&
@@ -119,7 +119,7 @@
<para><parameter>--enable-mt</parameter>: This parameter forces the
building and installation of the <command>mt</command> program.</para>
- <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter
+ <para><parameter>--with-rmt=/usr/libexec/rmt</parameter>: This parameter
inhibits building the <command>rmt</command> program as it is already
installed by the <application>Tar</application> package in LFS.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page