Restructure the autoreconf and sed commands in dvisvgm so that the

changes actually take effect
This commit is contained in:
Douglas R. Reno 2021-04-26 21:08:30 -05:00
parent 5986ef7873
commit 6dbf70546f
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -141,8 +141,8 @@
commands:
</para>
<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in &amp;&amp;
autoreconf -fiv &amp;&amp;
<screen><userinput>autoreconf -fiv &amp;&amp;
sed -i 's/python/&amp;3/' tests/Makefile.in &amp;&amp;
./configure \
--bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH} \
--mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \