aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-02 22:03:51 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-02 22:03:51 +0000
commit148bb04f8022ae1ea657d36ef04ff062bd023206 (patch)
tree163a20e0d2845c8e3d95609cf02b4f7b05825c7b /chapter05/perl-inst.xml
parent40add9445978e2619b7601d4536179b9ab2c065a (diff)
Renaming /stage1 to /tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>