From cf3d607b6ac9d224381a05bc3806c6aba5f7d632 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 18 Sep 2023 02:21:15 +0800 Subject: [PATCH] texlive: Remove outdated sed The sed made the shebangs "#!/usr/bin/env python33"! --- pst/typesetting/texlive.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pst/typesetting/texlive.xml b/pst/typesetting/texlive.xml index 12e359b6de..43dc2517be 100644 --- a/pst/typesetting/texlive.xml +++ b/pst/typesetting/texlive.xml @@ -325,19 +325,6 @@ tar -xf ../../texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz -C $TEXLIVE_PREFIX/t close userinput, screen, comment pushd, patch, popd --> tar -xf ../../texlive-&texmf-version;-texmf.tar.xz -C $TEXLIVE_PREFIX --strip-components=1 - - It has been established by Debian that the python - scripts in l\atex-make will work - with python3, so update them to invoke that by running - the following command as the root - user: - - -for F in $TEXLIVE_PREFIX/texmf-dist/scripts/latex-make/*.py ; do - sed -i 's%/usr/bin/env python%/usr/bin/python3%' $F -done - - Still as the root user, initialize the new system (the command fmtutil-sys