mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Restructure the autoreconf and sed commands in dvisvgm so that the
changes actually take effect
This commit is contained in:
parent
5986ef7873
commit
6dbf70546f
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>April 26th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix the build of dvisvgm by putting the Python sed
|
||||
after autoreconf -fiv.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Upgrade to thunderbird-78.10.0 (security fixes). Fixes
|
||||
<ulink url="&blfs-ticket-root;14914">#14914</ulink>.</para>
|
||||
|
@ -141,8 +141,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i 's/python/&3/' tests/Makefile.in &&
|
||||
autoreconf -fiv &&
|
||||
<screen><userinput>autoreconf -fiv &&
|
||||
sed -i 's/python/&3/' tests/Makefile.in &&
|
||||
./configure \
|
||||
--bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH} \
|
||||
--mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
|
||||
|
Loading…
Reference in New Issue
Block a user