Changeset bf252b7 for BOOK/final-system


Ignore:
Timestamp:
Mar 1, 2009, 11:45:20 PM (15 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:
3a545576
Parents:
1204c773
Message:

Fixed Diffutils Man-Pages

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r1204c773 rbf252b7  
    3838
    3939<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 help2man. So we update the time on the
     42    files to prevent them from being recreated:</para>
     43
     44<screen os="s4"><userinput>touch man/*.1</userinput></screen>
    4045
    4146    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/diffutils.xml

    r1204c773 rbf252b7  
    4646    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4747    href="../common/diffutils.xml"
     48    xpointer="xpointer(//*[@os='s3'])"/>
     49
     50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     51    href="../common/diffutils.xml"
     52    xpointer="xpointer(//*[@os='s4'])"/>
     53
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../common/diffutils.xml"
    4856    xpointer="xpointer(//*[@os='c'])"/>
    4957
Note: See TracChangeset for help on using the changeset viewer.