aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2020-08-10 10:29:25 +0000
committerKen Moffat <ken@linuxfromscratch.org>2020-08-10 10:29:25 +0000
commit9b9db38c2f9cc31e7976e7d2742adb0b45ee317c (patch)
tree6a59426b1c13a88891b8b191448ce0532dcdf8d2 /chapter01
parent26c54f9e3d2882daa3fee3e059da9c419b5ac71f (diff)
Change perl to not install modules from LFS and BLFS into /usr/share.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12017 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 17dc09b7d..613af524e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -44,6 +44,17 @@
-->
<listitem>
<itemizedlist>
+ <para>2020-08-10</para>
+ <listitem>
+ <para>[ken] - Ensure all the book's perl modules are installed
+ to /usr/lib/perl5/5.32 (some were in /usr/share/perl5). Fixes
+ <ulink url="&lfs-ticket-root;4710">#4710</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <itemizedlist>
<para>2020-08-06</para>
<listitem>
<para>[bdubbs] - Update to vim-8.2.1361. Addresses