diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 23:22:07 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 23:22:07 +0000 |
commit | 21ba4e3570c1c2524b0733d492ced9634b259353 (patch) | |
tree | f5124d2e6106d2e29e5b32f79b56a90defabdbd9 /chapter05/perl-inst.xml | |
parent | 1a7aecc6119f540e24a4e8da1b583a625b5690c1 (diff) |
Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl-inst.xml')
-rw-r--r-- | chapter05/perl-inst.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter05/perl-inst.xml b/chapter05/perl-inst.xml index 297fe7aef..65467b194 100644 --- a/chapter05/perl-inst.xml +++ b/chapter05/perl-inst.xml @@ -4,26 +4,26 @@ <para>First adapt some hard-wired paths to the C library:</para> -<para><screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen></para> +<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> <para>And make sure some static extensions get built:</para> -<para><screen><userinput>chmod u+w hints/linux.sh -echo 'static_ext="IO re Fcntl"' >> hints/linux.sh</userinput></screen></para> +<screen><userinput>chmod u+w hints/linux.sh +echo 'static_ext="IO re Fcntl"' >> hints/linux.sh</userinput></screen> <para>Now prepare Perl for compilation:</para> -<para><screen><userinput>./configure.gnu --prefix=/tools</userinput></screen></para> +<screen><userinput>./configure.gnu --prefix=/tools</userinput></screen> <para>Compile only the required tools:</para> -<para><screen><userinput>make perl utilities</userinput></screen></para> +<screen><userinput>make perl utilities</userinput></screen> <para>Then copy these tools and their libraries:</para> -<para><screen><userinput>cp perl pod/pod2man /tools/bin +<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> +cp -R lib/* /tools/lib/perl5/5.8.0</userinput></screen> </sect2> |