Changeset 524e3cf0


Ignore:
Timestamp:
04/18/2012 06:10:52 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bad2491e
Parents:
a6af3ab9
Message:

Correct SGMLSpm build instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9939 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    ra6af3ab9 r524e3cf0  
    635635    <para>The SGMLSpm module is a <application>Perl</application> library
    636636    used for parsing the output from James Clark's SGMLS and NSGMLS
    637     parsers. This module requires modified installation instructions, shown
    638     below.</para>
     637    parsers. The module is installed using the standard
     638    <application>Perl</application> module
     639    <xref linkend="perl-standard-install"/>.</para>
    639640
    640641    <itemizedlist spacing='compact'>
     
    645646      </listitem>
    646647    </itemizedlist>
    647 
    648     <para>If your system's <application>Perl</application> version is different
    649     than &lfs-perl-version;, you'll need to modify the <command>sed</command>
    650     command below to reflect the version you have installed.</para>
    651 
    652 <screen><userinput>sed -i -e "s@/usr/local/bin@/usr/bin@" \
    653        -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&lfs-perl-version;@" \
    654        -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
    655     Makefile</userinput></screen>
    656 
    657     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    658 
    659 <screen role="root"><userinput>make install &amp;&amp;
    660 install -v -m755 -d /usr/share/doc/perl5 &amp;&amp;
    661 make install_html &amp;&amp;
    662 rm -v -f /usr/share/doc/perl5/SGMLSpm/sample.pl &amp;&amp;
    663 install -v -m644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</userinput></screen>
    664648
    665649    <!-- Test::Pod
Note: See TracChangeset for help on using the changeset viewer.