Ignore:
Timestamp:
Mar 2, 2009, 8:32:46 AM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
89bc6ed
Parents:
04494b7
Message:

Added Patches to File, Man, Tar, and Texinfo to support XZ Utils

Location:
BOOK/final-system/common
Files:
4 edited

Legend:

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

    r04494b7 r6af3a34  
    2929
    3030<screen os="p2"><userinput>patch -Np1 -i ../&file-fixes-patch;</userinput></screen>
     31
     32    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
     33
     34<screen os="p4"><userinput>patch -Np1 -i ../&file-new_compressors-patch;</userinput></screen>
    3135
    3236    <para os="a">Prepare File for compilation:</para>
  • BOOK/final-system/common/man.xml

    r04494b7 r6af3a34  
    2929
    3030<screen os="p2"><userinput>patch -Np1 -i ../&man-i18n-patch;</userinput></screen>
     31
     32    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
     33
     34<screen os="p4"><userinput>patch -Np1 -i ../&man-new_compressors-patch;</userinput></screen>
    3135
    3236    <para os="a">A few adjustments need to be made to the sources of Man.</para>
  • BOOK/final-system/common/tar.xml

    r04494b7 r6af3a34  
    3535
    3636<screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
     37
     38    <para os="p5">The following patch will add support for new compressors like XZ Utils:</para>
     39
     40<screen os="p6"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen>
    3741
    3842    <para os="a">Prepare Tar for compilation:</para>
  • BOOK/final-system/common/texinfo.xml

    r04494b7 r6af3a34  
    2525  <sect2 role="installation">
    2626    <title>Installation of Texinfo</title>
     27
     28    <para os="p1">The following patch will add support for new compressors like XZ Utils:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&texinfo-new_compressors-patch;</userinput></screen>
    2731
    2832    <para os="a">Prepare Texinfo for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.