aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
commit243d49acd65f59052effd8ccb15800e9232ac008 (patch)
tree3b0bd352308dcfc3dbab8d10ba5b5c16ac2bb2e3 /chapter05/perl-inst.xml
parent5b2a34dd5f17479f3efc39a76a047508d42ec8c4 (diff)
XML fixes and nbsp fix for lfscmd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2542 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 a64f7019f..f44cdfde1 100644
--- a/chapter05/perl-inst.xml
+++ b/chapter05/perl-inst.xml
@@ -3,12 +3,12 @@
<title>Installation of Perl</title>
<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc.patch
-./configure.gnu --prefix=/stage1 -Doptimize='-O2 -pipe' &&
+./configure.gnu --prefix=/stage1 -Doptimize='-O2 -pipe' &amp;&amp;
make perl
-make utilities &&
-cp perl /stage1/bin/perl &&
-cp pod/pod2man /stage1/bin &&
-mkdir -p /stage1/lib/perl5/5.8.0 &&
+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;
cp -R lib/* /stage1/lib/perl5/5.8.0</userinput></screen></para>
</sect2>