Ignore:
Timestamp:
Feb 21, 2006, 12:45:13 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
086a797
Parents:
91ffea1
Message:

r634@server (orig r632): jim | 2005-11-05 13:59:38 -0800

r634@server: jim | 2005-11-03 09:26:26 -0800
Added: coreutils fixes patch. md5sum, dircolors, and locale installation fixes


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/coreutils.xml

    r91ffea1 r420e0cd  
    5252<screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
    5353
    54     <para os="p1">Apply a patch to improve the POSIX and bash compatibility of echo:</para>
    55 
    56 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-echo_posix-patch;</userinput></screen>
     54    <para os="p1">Apply a patch to fix various fixes for coreutils:</para>
     55
     56<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-fixes-patch;</userinput></screen>
    5757
    5858    <para os="c">Now prepare Coreutils for compilation:</para>
    5959
    60 <screen os="d"><userinput>DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr</userinput></screen>
     60<screen os="d"><userinput>./configure --prefix=/usr</userinput></screen>
    6161
    6262    <para os="e">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.