Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/mktemp.xml

    r6e41459 ref13657  
    2020</segmentedlist>
    2121
    22 <para>The installation dependencies for Mktemp haven't been checked yet.</para>
    23 
     22<segmentedlist>
     23<segtitle>Mktemp installation depends on</segtitle>
     24<seglistitem><seg>Coreutils, Make, Patch</seg></seglistitem>
     25</segmentedlist>
    2426</sect2>
    2527
     
    2729<title>Installation of Mktemp</title>
    2830
    29 <para>Many scripts still use the deprecated <command>tempfile</command>
    30 program, which has functionality much the same as <command>mktemp</command>.
    31 Patch Mktemp to include a <command>tempfile</command> wrapper:</para>
     31<para>Many scripts still use the deprecated
     32<command>tempfile</command> program, which has functionality similar
     33to <command>mktemp</command>. Patch Mktemp to include a
     34<command>tempfile</command> wrapper:</para>
    3235
    3336<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen>
    3437
    35 <para>Now prepare Mktemp for compilation:</para>
     38<para>Prepare Mktemp for compilation:</para>
    3639
    3740<screen><userinput>./configure --prefix=/usr --with-libc</userinput></screen>
     
    5255<screen><userinput>make</userinput></screen>
    5356
    54 <para>Now install it:</para>
     57<para>Install the package:</para>
    5558
    5659<screen><userinput>make install
     
    9093
    9194</sect1>
     95
Note: See TracChangeset for help on using the changeset viewer.