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.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>