Author: robert
Date: 2011-08-04 11:33:12 -0600 (Thu, 04 Aug 2011)
New Revision: 9580
Modified:
trunk/BOOK/chapter06/pcre.xml
Log:
Removed an && from PCRE page
Modified: trunk/BOOK/chapter06/pcre.xml
===================================================================
--- trunk/BOOK/chapter06/pcre.xml 2011-08-03 12:56:07 UTC (rev 9579)
+++ trunk/BOOK/chapter06/pcre.xml 2011-08-04 17:33:12 UTC (rev 9580)
@@ -91,7 +91,7 @@
<para>The <command>grep</command> binary will be installed in <filename
class="directory">/bin</filename> and will link against the PCRE library; as
such,
move the library to <filename class="directory">/lib</filename>:</para>
-<screen><userinput remap="install">mv -v /usr/lib/libpcre.so.* /lib/ &&
+<screen><userinput remap="install">mv -v /usr/lib/libpcre.so.* /lib/
ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page