--- runfiles/texmf-dist/scripts/texlive/updmap.pl.orig 2026-03-26 05:40:35 +++ runfiles/texmf-dist/scripts/texlive/updmap.pl 2026-03-26 05:41:44 @@ -42,7 +42,7 @@ die "$0: had PATH: $ENV{PATH}\n"; } chomp($TEXMFROOT); - unshift(@INC, "$TEXMFROOT/tlpkg"); + unshift(@INC, "@@PREFIX@@/share/tlpkg"); } my $lastchdate = '$Date: 2026-02-24 08:08:16 -0800 (Tue, 24 Feb 2026) $';