Ignore:
Timestamp:
Aug 3, 2010, 7:01:04 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4cc665a
Parents:
8cc43db
Message:

Drop the i18n patch for diffutils and change build commands for 3.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/diffutils.xml

    r8cc43db r4ff3f92  
    2626    <title>Installation of Diffutils</title>
    2727
    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 
    3228    <para os="a">Prepare Diffutils for compilation:</para>
    3329
     
    3733    The following sed will change the default to <command>vim</command>:</para>
    3834
    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>
    4636
    4737    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.