Changeset 7691941 for BOOK/final-system/common/diffutils.xml
- Timestamp:
- Jan 14, 2009, 2:27:24 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b09c166
- Parents:
- 4894bf1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r4894bf1 r7691941 34 34 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 35 35 36 <para os="s1">Diffutils wants ed as the default editor, the following sed will allow us37 to use vim:</para>36 <para os="s1">Diffutils wants <command>ed</command> as the default editor. 37 The following sed will change the default to <command>vim</command>:</para> 38 38 39 39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.