Changeset 4ff3f92 for BOOK/final-system/common/diffutils.xml
- Timestamp:
- Aug 3, 2010, 7:01:04 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4cc665a
- Parents:
- 8cc43db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r8cc43db r4ff3f92 26 26 <title>Installation of Diffutils</title> 27 27 28 <para os="p1">This patch adds support for Internationalization:</para>29 30 <screen os="p2"><userinput>patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen>31 32 28 <para os="a">Prepare Diffutils for compilation:</para> 33 29 … … 37 33 The following sed will change the default to <command>vim</command>:</para> 38 34 39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen> 40 41 <para os="s3">Diffutils man-pages want to be recreated, but it requires 42 help2man. So we update the time on the files to prevent them from being 43 recreated:</para> 44 45 <screen os="s4"><userinput>touch man/*.1</userinput></screen> 35 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen> 46 36 47 37 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.