Changeset 93a6da3 in clfs-sysroot for BOOK/final-system


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

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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.