diff options
author | Norbert Preining <preining@logic.at> | 2009-07-18 08:29:16 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-18 08:29:16 +0000 |
commit | b149e3de29cb7dee482db53fb9c509abf7df327b (patch) | |
tree | 45a16186f6b417736d95c7c8af05711bcb9dd1c7 /Master/tlpkg/tlpsrc | |
parent | c606668f48896a8736fefb3df7ef637ad8645d45 (diff) |
allow freezing of release so that tlmgr warns
git-svn-id: svn://tug.org/texlive/trunk@14311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc index 70506160490..cb8a5c3d36d 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -43,3 +43,7 @@ depend opt_sys_info:/usr/local/info depend opt_sys_man:/usr/local/man depend opt_install_docfiles:1 depend opt_install_srcfiles:1 +# +# if we want to make a dist frozen uncomment that and tlmgr will bail out +# telling that TLNNNN is frozen +#depend opt_frozen:1 |