Fix the perl-5.36 biber fix:

Missing ';' in the sed, and when the tarball is unpacked
the blib/ directory does not exist.
This commit is contained in:
Ken Moffat 2022-06-06 18:51:02 +01:00
parent f2d867ab2a
commit ea7594d4a0

View File

@ -265,7 +265,7 @@
Fix an issue building this package with Perl 5.36 or later:
</para>
<screen><userinput remap="pre">sed 's/undef$/&amp;/' -i blib/lib/Biber/Section.pm</userinput></screen>
<screen><userinput remap="pre">sed 's/undef$/&amp;;/' -i lib/Biber/Section.pm</userinput></screen>
<para>
Install <application>Biber</application> by running the following