mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Removed an && from PCRE page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0af8f10023
commit
215ccb5a19
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user