Changeset 6dbf705


Ignore:
Timestamp:
04/27/2021 02:08:30 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f64720d
Parents:
5986ef7
Message:

Restructure the autoreconf and sed commands in dvisvgm so that the
changes actually take effect

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5986ef7 r6dbf705  
    4545      <para>April 26th, 2021</para>
    4646      <itemizedlist>
     47         <listitem>
     48           <para>[renodr] - Fix the build of dvisvgm by putting the Python sed
     49           after autoreconf -fiv.</para>
     50         </listitem>
    4751         <listitem>
    4852           <para>[ken] - Upgrade to thunderbird-78.10.0 (security fixes). Fixes
  • pst/typesetting/dvisvgm.xml

    r5986ef7 r6dbf705  
    142142    </para>
    143143
    144 <screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    145 autoreconf -fiv                               &amp;&amp;
     144<screen><userinput>autoreconf -fiv                               &amp;&amp;
     145sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    146146./configure                                    \
    147147 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
Note: See TracChangeset for help on using the changeset viewer.