Changeset f5c9139


Ignore:
Timestamp:
04/11/2023 08:27:57 PM (13 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bc243e46
Parents:
c528a3e
Message:

texlive: remove unnecessary 'mtxrun --generate'.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc528a3e rf5c9139  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[ken] - Remove unneeded mtxrun --generate from texlive. Fixes
     46         <ulink url="&blfs-ticket-root;17919">#17919</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[ken] - Update to JS-102.10.0 (both are Security fixes). Fixes
    4650         <ulink url="&blfs-ticket-root;17913">#17913</ulink>.</para>
  • pst/typesetting/texlive.xml

    rc528a3e rf5c9139  
    347347    </para>
    348348
    349 <!-- Editors, fmtutil-sys and mtxrun \-\-generate can apparently only be run on
     349<!-- Editors, fmtutil-sys can apparently only be run on
    350350a real install, as root.  But mktexlsr can be run in a DESTDIR with
    351351cd /YOUR/TEXMF/ROOT ; ls -LAR ./ >ls-R -->
     
    386386       The following steps, run as the
    387387       <systemitem class="username">root</systemitem> user, will create
    388        <command>mtxrun</command> and <command>context</command> and
    389        then use <command>mtxrun --generate</command> (again, a lot of
    390        output) to initialize the context system:
     388       <command>mtxrun</command> and <command>context</command>.
    391389     </para>
    392390
     
    404402$TEXLIVE_PREFIX/bin/$TEXARCH/mtxrun --script context "\$@"
    405403EOF
    406 chmod -v 0755 $TEXLIVE_PREFIX/bin/$TEXARCH/context &amp;&amp;
    407 
    408 mtxrun --generate</userinput></screen>
     404chmod -v 0755 $TEXLIVE_PREFIX/bin/$TEXARCH/context</userinput></screen>
    409405
    410406    <para>
     
    485481      the context script created after this will not run correctly if this
    486482      directory is not present.
    487     </para>
    488 
    489     <para>
    490       <command>mtxrun --generate</command>: This initializes the ConTeXt system.
    491483    </para>
    492484
Note: See TracChangeset for help on using the changeset viewer.