diff options
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 5 |
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; |