Changeset cf3d607b for pst/typesetting


Ignore:
Timestamp:
09/17/2023 06:21:15 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
32fbcb4a
Parents:
5e6b5ee
Message:

texlive: Remove outdated sed

The sed made the shebangs "#!/usr/bin/env python33"!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r5e6b5ee rcf3d607b  
    327327
    328328    <para>
    329       It has been established by Debian that the <command>python</command>
    330       scripts in <filename class="directory">l\atex-make</filename> will work
    331       with <command>python3</command>, so update them to invoke that by running
    332       the following command as the <systemitem class="username">root</systemitem>
    333       user:
    334     </para>
    335 
    336 <screen role="root"><userinput>for F in $TEXLIVE_PREFIX/texmf-dist/scripts/latex-make/*.py ; do
    337   sed -i 's%/usr/bin/env python%/usr/bin/python3%' $F
    338 done
    339 </userinput></screen>
    340 
    341     <para>
    342329      Still as the <systemitem class="username">root</systemitem> user,
    343330      initialize the new system (the command <command>fmtutil-sys
Note: See TracChangeset for help on using the changeset viewer.