Changeset eacfe160
- Timestamp:
- 08/10/2020 11:03:11 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e8f32afe
- Parents:
- 20201cb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r20201cb reacfe160 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 9th, &year;">9 <!ENTITY releasedate "August 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 75 75 <!ENTITY lfs-gdbm-version "1.11"> 76 76 <!ENTITY lfs-m4-version "1.4.17"> 77 <!ENTITY lfs-perl-version "5.32"> <!-- used in git --> 77 78 <!-- this was originally the perl version used by the corresponding 78 79 version of lfs, in those days always for i686, but now BLFS is a rolling 79 release -->80 <!ENTITY lfs-perl-version "<5.x.y>/<arch-linux>"> 80 release. \-\-> 81 <!ENTITY lfs-perl-version "<5.x.y>/<arch-linux>">--> 81 82 <!ENTITY lfs-shadow-version "4.2.1"> 82 83 <!ENTITY lfs-vim-version "7.4"> -
general/prog/git.xml
r20201cb reacfe160 190 190 </para> 191 191 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> 193 193 194 194 <!-- ==== Method 1 for docs ====== --> -
introduction/welcome/changelog.xml
r20201cb reacfe160 43 43 --> 44 44 <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> 45 57 <para>August 9th, 2020</para> 46 58 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.