aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/perl-inst.xml')
-rw-r--r--chapter05/perl-inst.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/perl-inst.xml b/chapter05/perl-inst.xml
index 99292f86c..e093cb96c 100644
--- a/chapter05/perl-inst.xml
+++ b/chapter05/perl-inst.xml
@@ -13,7 +13,7 @@ echo 'static_ext="IO re Fcntl"' >> hints/linux.sh</userinput></screen></para>
<para>Now prepare Perl for compilation:</para>
-<para><screen><userinput>./configure.gnu --prefix=/stage1</userinput></screen></para>
+<para><screen><userinput>./configure.gnu --prefix=/tools</userinput></screen></para>
<para>Compile only the required tools:</para>
@@ -21,9 +21,9 @@ echo 'static_ext="IO re Fcntl"' >> hints/linux.sh</userinput></screen></para>
<para>Then copy these tools and their libraries:</para>
-<para><screen><userinput>cp perl pod/pod2man /stage1/bin
-mkdir -p /stage1/lib/perl5/5.8.0
-cp -R lib/* /stage1/lib/perl5/5.8.0</userinput></screen></para>
+<para><screen><userinput>cp perl pod/pod2man /tools/bin
+mkdir -p /tools/lib/perl5/5.8.0
+cp -R lib/* /tools/lib/perl5/5.8.0</userinput></screen></para>
</sect2>