diff options
author | Robert Connolly <robert@linuxfromscratch.org> | 2011-08-04 17:33:12 +0000 |
---|---|---|
committer | Robert Connolly <robert@linuxfromscratch.org> | 2011-08-04 17:33:12 +0000 |
commit | 215ccb5a1977b8c52f527ff83e392c487b74aae1 (patch) | |
tree | 6539c2e472634bdc6a12776b9d3a2100b128e402 /chapter06/pcre.xml | |
parent | 0af8f100231467fd71e3cbc83deace9efed91360 (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.xml | 2 |
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/ && +<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> |