diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-17 20:12:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-17 20:12:06 +0000 |
commit | 8a7a7e9575f69bca337b304e5b748e72c5433e66 (patch) | |
tree | f3e7b9ca50031c1a328770f08259c1a3469627d0 /chapter06 | |
parent | de5994967b71be3083a2d642093faea7685263c9 (diff) |
Minor rewording concerning invoking Perl's configuration scripts. Fixes #1857
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 50efc833a..d3c9ba78c 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -41,10 +41,10 @@ <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> - <para>To have full control over the way Perl is set up, run the - interactive <command>Configure</command> script and hand-pick the way - this package is built. If the defaults it auto-detects are suitable, - prepare Perl for compilation with:</para> + <para>To have full control over the way Perl is set up, you can run the + interactive <command>Configure</command> script and hand-pick the way this + package is built. If you prefer, you can use the defaults that Perl + auto-detects, by preparing Perl for compilation with:</para> <screen><userinput>./configure.gnu --prefix=/usr \ -Dman1dir=/usr/share/man/man1 \ |