mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Ported r4917 from trunk: Removed a missplaced comma.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d9e8f074fb
commit
ec9cba892d
@ -50,9 +50,9 @@ configure command below, then remove it afterwards.</para></note>
|
||||
|
||||
<screen><userinput>make install</userinput></screen>
|
||||
|
||||
<para>Next we will remove the old, <filename class="extension">.so</filename> files in
|
||||
<para>Next we will remove the old <filename class="extension">.so</filename> files in
|
||||
the <filename class="directory">/lib</filename> directory and relink them
|
||||
into <filename class="directory">/usr/lib</filename>.</para>
|
||||
into <filename class="directory">/usr/lib</filename>:</para>
|
||||
|
||||
<screen><userinput>rm /lib/libz.so
|
||||
ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user