- Timestamp:
- Feb 12, 2014, 1:38:15 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 231f3aef
- Parents:
- bc1175e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
rbc1175e r1bcea75 34 34 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 35 35 36 <para os="s 1">Diffutils wants <command>ed</command> as the default editor.36 <para os="s3">Diffutils wants <command>ed</command> as the default editor. 37 37 The following sed will change the default to <command>vim</command>:</para> 38 38 39 <screen os="s 2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>39 <screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen> 40 40 41 41 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.