Changeset 93a6da3 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Mar 15, 2009, 12:37:36 PM (16 years ago)
- Branches:
- master
- Children:
- 209436e
- Parents:
- 6f50e7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r6f50e7b r93a6da3 30 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --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> 32 37 33 38 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.