On 10/05/2019 20:45, xry111--- via lfs-book wrote: > Author: xry111 > Date: Fri May 10 11:45:49 2019 > New Revision: 11597 > > Log: > Fix check docdir > > Modified: > trunk/BOOK/chapter06/check.xml > > Modified: trunk/BOOK/chapter06/check.xml > ============================================================================== > --- trunk/BOOK/chapter06/check.xml Thu May 9 18:56:51 2019 (r11596) > +++ trunk/BOOK/chapter06/check.xml Fri May 10 11:45:49 2019 (r11597) > @@ -42,7 +42,8 @@ > > <para>Prepare Check for compilation:</para> > > -<screen><userinput remap="configure">./configure > --prefix=/usr</userinput></screen> > +<screen><userinput remap="configure">./configure --prefix=/usr > + > --docdir=/usr/share/doc/check-&check-version;</userinput></screen> > > <para>Build the package:</para> >
Missing backslash after --prefix=/usr? -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
