aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-27 22:10:07 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-27 22:10:07 +0000
commit7bfad056d62e2e8299cdc834750d87e76199c113 (patch)
tree5de31e6857d416e7884ce935c33e1886431aa56d /chapter06/perl-inst.xml
parent8f8e328ca649ec166a9f6ba7dc3cee09e2b8cda5 (diff)
QA Part #1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r--chapter06/perl-inst.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index cfcd8488b..b65a177bc 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -8,6 +8,12 @@
<para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
+<para>If you want more control over the way perl sets itself up to be
+built, you can run the interactive <userinput>Configure</userinput> script
+instead and modify the way perl is built. If you think you can live with the
+(sensible) defaults perl auto-detects, then just use the command listed
+above.</para>
+
<para>Continue with compiling the package:</para>
<para><screen><userinput>make</userinput></screen></para>
@@ -16,11 +22,5 @@
<para><screen><userinput>make install</userinput></screen></para>
-<para>If you want more control over the way perl sets itself up to be
-built, you can run the interactive <userinput>Configure</userinput> script
-and modify the way perl is built. If you think you can live with the
-(sensible) defaults perl auto-detects, then just use the commands listed
-above.</para>
-
</sect2>