Changeset ea7594d


Ignore:
Timestamp:
06/06/2022 05:51:02 PM (23 months ago)
Author:
Ken Moffat <ken@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7dd1546
Parents:
f2d867ab
Message:

Fix the perl-5.36 biber fix:

Missing ';' in the sed, and when the tarball is unpacked
the blib/ directory does not exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    rf2d867ab rea7594d  
    266266    </para>
    267267
    268 <screen><userinput remap="pre">sed 's/undef$/&amp;/' -i blib/lib/Biber/Section.pm</userinput></screen>
     268<screen><userinput remap="pre">sed 's/undef$/&amp;;/' -i lib/Biber/Section.pm</userinput></screen>
    269269
    270270    <para>
Note: See TracChangeset for help on using the changeset viewer.