From 532cc2be6195801a0b0118a89181c176bd72aa77 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 2 Feb 2021 12:58:08 -0500 Subject: [PATCH] set TEXMFLOCAL during the context scriptlet to minimize the scope of where it looks during mtxrun --generate --- texlive-base.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/texlive-base.spec b/texlive-base.spec index 2c57b4f..d827d45 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -20,7 +20,7 @@ Name: %{shortname}-base Version: %{source_date} -Release: 20%{?dist} +Release: 21%{?dist} Epoch: 7 Summary: TeX formatting system # The only files in the base package are directories, cache, and license texts @@ -6980,6 +6980,7 @@ fi : %transfiletriggerin -n %{shortname}-context -- %{_texdir} +export TEXMFLOCAL=/usr/share/texlive/texmf-local %{_bindir}/mtxrun --generate &> /dev/null || : %transfiletriggerin -n %{shortname}-kpathsea -- %{_texdir} @@ -9117,6 +9118,9 @@ done <<< "$list" %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Tue Feb 2 2021 Tom Callaway - 7:20200327-21 +- set TEXMFLOCAL during the context scriptlet to minimize the scope of where it looks during mtxrun --generate + * Tue Jan 26 2021 Tom Callaway - 7:20200327-20 - fix context shell binary to handle /home dirs that are symlinks (bz1913245)