Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/coreutils.xml

    rc5ab9cd r5d86a4f  
    3333EOF</userinput></screen>
    3434
    35     <para os="p1">Apply a patch to prevent Coreutils from generating manpages :</para>
     35    <para os="p1">Apply a patch to not generate manpages :</para>
    3636
    3737<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-noman-patch;</userinput></screen>
     
    5656    </variablelist>
    5757
     58    <para os="s1">Apply a sed to allow completion of the build:</para>
     59
     60<screen os="s2"><userinput>cp -v Makefile{,.orig}
     61sed -e 's/^#run_help2man\|^run_help2man/#&amp;/' \
     62  -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen>
     63
    5864   <para os="bf">Compile the package:</para>
    5965
Note: See TracChangeset for help on using the changeset viewer.