mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
f2d867ab2a
commit
ea7594d4a0
@ -265,7 +265,7 @@
|
||||
Fix an issue building this package with Perl 5.36 or later:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">sed 's/undef$/&/' -i blib/lib/Biber/Section.pm</userinput></screen>
|
||||
<screen><userinput remap="pre">sed 's/undef$/&;/' -i lib/Biber/Section.pm</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Biber</application> by running the following
|
||||
|
Loading…
Reference in New Issue
Block a user