Changeset 93a6da3 in clfs-sysroot


Ignore:
Timestamp:
Mar 15, 2009, 12:37:36 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
209436e
Parents:
6f50e7b
Message:

Diffutils wants ed as a editor. Changed it to Vim.

Location:
BOOK
Files:
2 edited

Legend:

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

    r6f50e7b r93a6da3  
    3030<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --prefix=/usr</userinput></screen>
     32
     33    <para os="s1">Diffutils wants ed as the default editor, the following sed will allow us
     34    to use vim:</para>
     35
     36<screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
    3237
    3338    <para os="c">Compile the package:</para>
  • BOOK/introduction/common/changelog.xml

    r6f50e7b r93a6da3  
    4040      <para>March 15, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Diffutils wants ed as a editor. Changed it to Vim.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated GCC to 4.3.3.</para>
Note: See TracChangeset for help on using the changeset viewer.