Changeset 3349a3a in clfs-sysroot for BOOK/final-system/common/man.xml


Ignore:
Timestamp:
May 27, 2006, 9:02:20 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
d9bec84
Parents:
f6c417f
Message:

r3669@server (orig r1667): jciccone | 2006-05-27 18:13:38 -0700
Various text and command fixes

File:
1 edited

Legend:

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

    rf6c417f r3349a3a  
    3333    properly handled by Less:</para>
    3434
    35 <screen os="c"><userinput>sed -i 's@-is@&amp;R@g' configure</userinput></screen>
     35<screen os="c"><userinput>cp configure{,.orig}
     36sed 's@-is@&amp;R@g' configure.orig &gt; configure</userinput></screen>
    3637
    3738    <para os="d">Another <command>sed</command> substitution comments out the
     
    4041    <command>whatis</command>:</para>
    4142
    42 <screen os="e"><userinput>sed -i 's@MANPATH./usr/man@#&amp;@g' src/man.conf.in</userinput></screen>
     43<screen os="e"><userinput>cp src/man.conf.in{,.orig}
     44sed 's@MANPATH./usr/man@#&amp;@g' src/man.conf.in.orig &gt; src/man.conf.in</userinput></screen>
    4345
    4446    <para os="f">Finally, correct a syntax error in the
    4547    <command>makewhatis</command> script:</para>
    4648
    47 <screen os="g"><userinput>sed -i 's@)) |@) |@' src/makewhatis.sh</userinput></screen>
     49<screen os="g"><userinput>cp src/makewhatis.sh{,.orig}
     50sed 's@)) |@) |@' src/makewhatis.sh.orig &gt; src/makewhatis.sh</userinput></screen>
    4851
    4952    <para os="h">Prepare Man for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.