Ignore:
Timestamp:
03/25/2006 12:02:00 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e44b6e36
Parents:
d50ac7b
Message:

Ported r7435:7448 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2.xml

    rd50ac7b r1868699  
    5757<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
    5858
     59    <para>The bzdiff script still uses the deprecated
     60    <command>tempfile</command> program. Update it to use
     61    <command>mktemp</command> instead:</para>
     62
     63<screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>
     64
    5965    <para>Prepare Bzip2 for compilation with:</para>
    6066
Note: See TracChangeset for help on using the changeset viewer.