Merge staging-next-23.05 into staging-23.05

This commit is contained in:
github-actions[bot]
2023-11-12 00:14:53 +00:00
committed by GitHub

View File

@@ -297,6 +297,7 @@ in (buildEnv {
# install (wrappers for) scripts, based on a list from upstream texlive
''
source '${bin.core.out}/share/texmf-dist/scripts/texlive/scripts.lst'
texmf_scripts+=' texlive/rungs.lua' # TL2022: file was renamed from rungs.tlu to rungs.lua but not updated in scripts.lst
for s in $texmf_scripts; do
[[ -x "$TEXMFDIST/scripts/$s" ]] || continue
tName="$(basename $s | sed 's/\.[a-z]\+$//')" # remove extension