Author: ken
Date: Mon Aug 10 04:03:11 2020
New Revision: 23485
Log:
Move perl modules installed by git to /usr/lib/perl5/5.32/site_perl to match
today's changes to perl in LFS.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/git.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Aug 9 10:29:08 2020 (r23484)
+++ trunk/BOOK/general.ent Mon Aug 10 04:03:11 2020 (r23485)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "09"> <!-- Always 2 digits -->
+<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 9th, &year;">
+<!ENTITY releasedate "August 10th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
@@ -74,10 +74,11 @@
<!ENTITY lfs-gcc-version "4.9.1">
<!ENTITY lfs-gdbm-version "1.11">
<!ENTITY lfs-m4-version "1.4.17">
+<!ENTITY lfs-perl-version "5.32"> <!-- used in git -->
<!-- this was originally the perl version used by the corresponding
version of lfs, in those days always for i686, but now BLFS is a rolling
- release -->
-<!ENTITY lfs-perl-version "<5.x.y>/<arch-linux>">
+ release. \-\->
+<!ENTITY lfs-perl-version "<5.x.y>/<arch-linux>">-->
<!ENTITY lfs-shadow-version "4.2.1">
<!ENTITY lfs-vim-version "7.4">
<!-- End LFS versions -->
Modified: trunk/BOOK/general/prog/git.xml
==============================================================================
--- trunk/BOOK/general/prog/git.xml Sun Aug 9 10:29:08 2020 (r23484)
+++ trunk/BOOK/general/prog/git.xml Mon Aug 10 04:03:11 2020 (r23485)
@@ -189,7 +189,7 @@
user:
</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make
perllibdir=/usr/lib/perl5/&lfs-perl-version;/site_perl
install</userinput></screen>
<!-- ==== Method 1 for docs ====== -->
<bridgehead renderas="sect3">If you created the man pages and/or html
docs</bridgehead>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 9 10:29:08
2020 (r23484)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Aug 10 04:03:11
2020 (r23485)
@@ -42,6 +42,18 @@
</listitem>
-->
<listitem>
+ <para>August 10th, 2020</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - ~Put perl modules from git in
+ /usr/lib/perl5/5.32/site_perl to match latest perl layout
+ in LFS. Fixes
+ <ulink url="&blfs-ticket-root;13887">#13887</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 9th, 2020</para>
<itemizedlist>
<listitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page