Changeset 2c2105c


Ignore:
Timestamp:
May 14, 2017, 12:35:14 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
1243035
Parents:
ba88a9b
git-author:
William Harrington <kb0iic@…> (05/14/17 12:35:03)
git-committer:
William Harrington <kb0iic@…> (05/14/17 12:35:14)
Message:

Fix diffutils sed commands.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    rba88a9b r2c2105c  
    3838    --prefix=/usr</userinput></screen>
    3939
    40     <para os="s3">Diffutils wants <command>ed</command> as the default editor
     40    <para os="s5">Diffutils wants <command>ed</command> as the default editor
    4141    for <command>sdiff</command>. The following <command>sed</command> will
    4242    change the default to <command>vi</command>:</para>
    4343
    44 <screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    45 
     44<screen os="s6"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    4645    <para os="c">Compile the package:</para>
    4746
  • BOOK/final-system/multilib/diffutils.xml

    rba88a9b r2c2105c  
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4949    href="../common/diffutils.xml"
    50     xpointer="xpointer(//*[@os='s3'])"/>
     50    xpointer="xpointer(//*[@os='s5'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5353    href="../common/diffutils.xml"
    54     xpointer="xpointer(//*[@os='s4'])"/>
     54    xpointer="xpointer(//*[@os='s6'])"/>
    5555
    5656    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.