diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2010-10-29 14:56:26 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2010-10-29 14:56:26 +0000 |
commit | b4a1c5e185fdd69df7026b5b26f8ead8dfa386b9 (patch) | |
tree | 2bdc39ab7390e8cf4b9c706370a9d545c2e56509 /chapter06 | |
parent | 7a8f9f3f671e661243afb5b1994921c91025b14e (diff) |
Fix a typo in the Chapter 6 Perl instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9410 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 1a4dd1a8e..13e05ed15 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -59,7 +59,7 @@ <para>To have full control over the way Perl is set up, you can remove the <quote>-des</quote> options from the following command and hand-pick the way - this package is built. Alteratively, use the command exactly as below to + this package is built. Alternatively, use the command exactly as below to use the defaults that Perl auto-detects:</para> <screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \ |