Changeset 69993f4 for chapter06/zlib.xml


Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/zlib.xml

    rec0a37e6 r69993f4  
    2222<segmentedlist>
    2323<segtitle>Zlib installation depends on</segtitle>
    24 <seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make, Sed</seg></seglistitem>
     24<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg></seglistitem>
    2525</segmentedlist>
    2626</sect2>
     
    8383<screen><userinput>mv /usr/lib/libz.so.* /lib</userinput></screen>
    8484
    85 <para>Fix the <filename class="symlink">/usr/lib/libz.so</filename> symlink
    86 after the above move:</para>
     85<para>Fix the <filename class="symlink">/usr/lib/libz.so</filename>
     86symlink:</para>
    8787
    8888<screen><userinput>ln -sf ../../lib/libz.so.1 /usr/lib/libz.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.