Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (19 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3793118a
Parents:
eb55250
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/zlib.xml

    reb55250 r94e6142  
    6060    to <filename class="directory">/usr/lib</filename>:</para>
    6161
    62 <screen os="i"><userinput>mv /usr/lib/libz.so.* /lib
    63 ln -sf ../../lib/libz.so.1 /usr/lib/libz.so</userinput></screen>
     62<screen os="i"><userinput>mv -v /usr/lib/libz.so.* /lib
     63ln -svf ../../lib/libz.so.1 /usr/lib/libz.so</userinput></screen>
    6464
    6565    <para os="j">Now we fix the permissions on the static library:</para>
    6666
    67 <screen os="k"><userinput>chmod 644 /usr/lib/libz.a</userinput></screen>
     67<screen os="k"><userinput>chmod -v 644 /usr/lib/libz.a</userinput></screen>
    6868
    6969  </sect2>
Note: See TracChangeset for help on using the changeset viewer.