diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-26 22:46:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-26 22:46:52 +0000 |
commit | 19fed7c7e37809eb525bda7e96a8b9ae8dc9cfdb (patch) | |
tree | f24e08f75919c0c11f74e79325bd37649477d48e /Master | |
parent | cf60d61b7e4ff762c252c0f0073c6bc7aca8935d (diff) |
(TLPDBConfigs): frozen => 1 for tl18
git-svn-id: svn://tug.org/texlive/trunk@50142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index c700cf742c6..db514127d36 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -158,7 +158,7 @@ our %TLPDBConfigs = ( "container_format" => $DefaultCompressorFormat, "minrelease" => $MinRelease, "release" => $ReleaseYear, - "frozen" => 0, + "frozen" => 1, ); # definition of the option strings and their value types |