aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/pcre.xml
diff options
context:
space:
mode:
authorRobert Connolly <robert@linuxfromscratch.org>2011-08-04 17:33:12 +0000
committerRobert Connolly <robert@linuxfromscratch.org>2011-08-04 17:33:12 +0000
commit215ccb5a1977b8c52f527ff83e392c487b74aae1 (patch)
tree6539c2e472634bdc6a12776b9d3a2100b128e402 /chapter06/pcre.xml
parent0af8f100231467fd71e3cbc83deace9efed91360 (diff)
Removed an && from PCRE page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pcre.xml')
-rw-r--r--chapter06/pcre.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml
index 0032f2005..800d0aa04 100644
--- a/chapter06/pcre.xml
+++ b/chapter06/pcre.xml
@@ -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/ &amp;&amp;
+<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>