aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:38:47 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:38:47 +0000
commit4a7a683b9a72b17fe56efe9b1e0e2e33d1c9278d (patch)
tree8fa3ab5367dc2725d0a5c7d1b5cfd798e46b819b /chapter05/perl-inst.xml
parentb74e415582bf90f1189d9546cfd07b902b6f8e0a (diff)
Applied Zack's various-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl-inst.xml')
-rw-r--r--chapter05/perl-inst.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/perl-inst.xml b/chapter05/perl-inst.xml
index bc66b3950..c8bc5244e 100644
--- a/chapter05/perl-inst.xml
+++ b/chapter05/perl-inst.xml
@@ -5,12 +5,12 @@
<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc.patch
chmod u+w hints/linux.sh
echo 'static_ext="IO re Fcntl"' >> hints/linux.sh
-./configure.gnu --prefix=/stage1 &amp;&amp;
+./configure.gnu --prefix=/stage1
make perl
-make utilities &amp;&amp;
-cp perl /stage1/bin/perl &amp;&amp;
-cp pod/pod2man /stage1/bin &amp;&amp;
-mkdir -p /stage1/lib/perl5/5.8.0 &amp;&amp;
+make utilities
+cp perl /stage1/bin/perl
+cp pod/pod2man /stage1/bin
+mkdir -p /stage1/lib/perl5/5.8.0
cp -R lib/* /stage1/lib/perl5/5.8.0</userinput></screen></para>
</sect2>