On 02/20/2014 10:17 PM, [email protected] wrote: > Author: ken > Date: Thu Feb 20 13:17:44 2014 > New Revision: 12752 > > Log: > Remove some libexecdirs I overlooked earlier. >
> Modified: trunk/BOOK/general/sysutils/cpio.xml > ============================================================================== > --- trunk/BOOK/general/sysutils/cpio.xml Thu Feb 20 13:02:22 2014 > (r12751) > +++ trunk/BOOK/general/sysutils/cpio.xml Thu Feb 20 13:17:44 2014 > (r12752) > @@ -68,10 +68,9 @@ > commands:</para> > > <screen><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h && > -./configure --prefix=/usr \ > - --bindir=/bin \ > - --libexecdir=/tmp \ > - --enable-mt \ > +./configure --prefix=/usr \ > + --bindir=/bin \ > + --enable-mt \ > --with-rmt=/usr/sbin/rmt && There is no /usr/sbin/rmt anymore, it's now /usr/libexec/rmt. -- Note: My last name is not Krejzi. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
