aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-29 16:24:16 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-29 16:24:16 +0000
commit663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe (patch)
tree7c789513e8b75ee906795c4a06600e2e4284638f /chapter05/perl.xml
parent2ec0d203c3af587beb98406888dca6f6f5283180 (diff)
Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r--chapter05/perl.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index ac18ab5bd..7bd454779 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -50,7 +50,8 @@ the next chapter.</para></listitem>
</varlistentry>
</variablelist>
-<para>Compile only the required tools:</para>
+<para>Only a few of the utilities contained in this package need to be
+built:</para>
<screen><userinput>make perl utilities</userinput></screen>
@@ -60,7 +61,7 @@ run it at this point. Only part of Perl was built and running
built as well, which is unnecessary at this point. The test suite can
be run in the next chapter if desired.</para>
-<para>Copy these tools and their libraries:</para>
+<para>Install these tools and their libraries:</para>
<screen><userinput>cp perl pod/pod2man /tools/bin
mkdir -p /tools/lib/perl5/&perl-version;