Changeset 55fb7f56 for general


Ignore:
Timestamp:
03/27/2006 11:17:00 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
a6c2aff2
Parents:
a3d2e2c
Message:

Added a section in the general entities for LFS package versions so that it is easier to locate them

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    ra3d2e2c r55fb7f56  
    230230        <seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
    231231        /usr/lib/ImageMagick-&imagemagick-version;,
    232         /usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick,
     232        /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/Image/Magick,
    233233        /usr/share/ImageMagick-&imagemagick-version; and
    234234        /usr/share/doc/ImageMagick-&imagemagick-version;</seg>
  • general/prog/pdl.xml

    ra3d2e2c r55fb7f56  
    484484        <seg>pdl, pdldoc, perldl, and pptemplate</seg>
    485485        <seg>90+ individual <application>Perl</application> modules</seg>
    486         <seg>/usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/{,auto/}PDL</seg>
     486        <seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/{,auto/}PDL</seg>
    487487      </seglistitem>
    488488    </segmentedlist>
  • general/prog/perl-modules.xml

    ra3d2e2c r55fb7f56  
    861861
    862862    <para>If your system's <application>Perl</application> version is different
    863     than &LFS-Perl-version;, you'll need to modify the <command>sed</command>
     863    than &lfs-perl-version;, you'll need to modify the <command>sed</command>
    864864    command below to reflect the version you have installed.</para>
    865865
    866866<screen><userinput>sed -i -e "s@/usr/local/bin@/usr/bin@" \
    867        -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&LFS-Perl-version;@" \
     867       -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&lfs-perl-version;@" \
    868868       -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
    869869    Makefile</userinput></screen>
     
    10111011    <para>The Test::Simple module contains utilities designed to assist
    10121012    developers in creating tests. A version of Test::Simple was installed
    1013     during LFS with the <application>Perl</application>-&LFS-Perl-version;
     1013    during LFS with the <application>Perl</application>-&lfs-perl-version;
    10141014    installation, however, some of the sub-modules contained in Test::Simple
    10151015    have been updated (notably, the Test::More module) and these updated
Note: See TracChangeset for help on using the changeset viewer.