Ignore:
Timestamp:
Feb 23, 2006, 12:30:07 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e334ef9
Parents:
c97c572
Message:

r2399@server (orig r1197): chris | 2006-02-22 23:25:17 -0800
Various text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/temp-perl.xml

    rc97c572 r9f5bc2cc  
    5252<screen os="g"><userinput>make perl utilities</userinput></screen>
    5353
    54     <para os="h">Install these tools and their libraries:</para>
     54  <para os="h">Although Perl comes with a test suite, it is not recommended
     55  to run it at this point. Only part of Perl was built and running
     56  <command>make test</command> now will cause the rest of Perl to be built
     57  as well, which is unnecessary at this point. The test suite can be run
     58  later in this chapter if desired.</para>
    5559
    56 <screen os="i"><userinput>cp -v perl pod/pod2man /tools/bin
     60    <para os="i">Install these tools and their libraries:</para>
     61
     62<screen os="j"><userinput>cp -v perl pod/pod2man /tools/bin
    5763install -dv /tools/lib/perl5/&perl-version;
    5864cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
    5965
    60     <para os="j">Finally, create a necessary symlink:</para>
     66    <para os="k">Finally, create a necessary symlink:</para>
    6167
    62 <screen os="k"><userinput>ln -sv /tools/bin/perl /usr/bin</userinput></screen>
     68<screen os="l"><userinput>ln -sv /tools/bin/perl /usr/bin</userinput></screen>
    6369
    6470  </sect2>
Note: See TracChangeset for help on using the changeset viewer.