summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-26 20:48:42 +0000
committerKarl Berry <karl@freefriends.org>2022-04-26 20:48:42 +0000
commitcd5c54ae083a0b7fe2f36582a0fe98a728bb8423 (patch)
tree250673d63ef98686b5b16c26f566afa425928fcc /Master/tlpkg/bin
parentf26b80be2b5899bc3cdd0bf8cefc93456eaa5a85 (diff)
don't worry about {de,ru,ukr}hyph* being recorded
git-svn-id: svn://tug.org/texlive/trunk@63148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmttriggers3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers
index 060e9893d23..bfd30759372 100755
--- a/Master/tlpkg/bin/tl-check-fmttriggers
+++ b/Master/tlpkg/bin/tl-check-fmttriggers
@@ -330,7 +330,8 @@ sub compare_pkgs_and_triggers {
delete $tlpdb_pkgs{$r}; # ok, in both
} else {
# The hyphen-* packages get loaded anyway? Not sure.
- next if $r =~ /hyphen-.*/;
+ next if $r =~ /hyph-utf8|hyphen-.*/;
+ next if $r =~ /dehyph|dehyph-exptl|ruhyph|ukrhyph/;
push (@recorded_only, $r);
}
}