Changeset eacfe160


Ignore:
Timestamp:
08/10/2020 11:03:11 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e8f32afe
Parents:
20201cb
Message:

Move perl modules installed by git to /usr/lib/perl5/5.32/site_perl to match today's changes to perl in LFS.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r20201cb reacfe160  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 9th, &year;">
     9<!ENTITY releasedate  "August 10th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    7575<!ENTITY lfs-gdbm-version             "1.11">
    7676<!ENTITY lfs-m4-version               "1.4.17">
     77<!ENTITY lfs-perl-version             "5.32"> <!-- used in git -->
    7778<!-- this was originally the perl version used by the corresponding
    7879 version of lfs, in those days always for i686, but now BLFS is a rolling
    79  release -->
    80 <!ENTITY lfs-perl-version             "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
     80 release. \-\->
     81<!ENTITY lfs-perl-version             "&lt;5.x.y&gt;/&lt;arch-linux&gt;">-->
    8182<!ENTITY lfs-shadow-version           "4.2.1">
    8283<!ENTITY lfs-vim-version              "7.4">
  • general/prog/git.xml

    r20201cb reacfe160  
    190190    </para>
    191191
    192 <screen role="root"><userinput>make install</userinput></screen>
     192<screen role="root"><userinput>make perllibdir=/usr/lib/perl5/&lfs-perl-version;/site_perl install</userinput></screen>
    193193
    194194<!-- ==== Method 1 for docs ====== -->
  • introduction/welcome/changelog.xml

    r20201cb reacfe160  
    4343    -->
    4444    <listitem>
     45      <para>August 10th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - ~Put perl modules from git in
     49          /usr/lib/perl5/5.32/site_perl to match latest perl layout
     50          in LFS. Fixes
     51          <ulink url="&blfs-ticket-root;13887">#13887</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>August 9th, 2020</para>
    4658      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.