Changeset 6a5fd75 for BOOK/final-system
- Timestamp:
- Jan 8, 2009, 9:30:41 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:
- b0c96c6
- Parents:
- c61f77f
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
rc61f77f r6a5fd75 33 33 34 34 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 35 36 <para os="s1">Diffutils wants ed as the default editor, the following sed will allow us 37 to use vim:</para> 38 39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen> 35 40 36 41 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/diffutils.xml
rc61f77f r6a5fd75 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 39 href="../common/diffutils.xml" 40 xpointer="xpointer(//*[@os='s1'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../common/diffutils.xml" 44 xpointer="xpointer(//*[@os='s2'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 href="../common/diffutils.xml" 40 48 xpointer="xpointer(//*[@os='c'])"/> 41 49
Note:
See TracChangeset
for help on using the changeset viewer.