diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-23 22:36:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-23 22:36:55 +0000 |
commit | 369ad3a1aded1b64f132a89ce110076cc81b8621 (patch) | |
tree | 7fb767e5318d31c0ca3f81e58e833a06482da9e0 /Master | |
parent | 8a5a56ae627dd9c0432428c9dab05562f9b86e1d (diff) |
enable adjustrepo for final release
git-svn-id: svn://tug.org/texlive/trunk@58676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 76c7b4b1531..73c0d92569e 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -186,7 +186,7 @@ tlpdbopt_install_srcfiles 1 tlpdbopt_create_formats 1 instopt_letter 0 instopt_adjustpath 0 -instopt_adjustrepo 0 +instopt_adjustrepo 1 " >texlive.profile # silence envvar warnings and the welcome message. diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7a3b0563bdb..76dba200a16 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -63,6 +63,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'GuIT', "die 'skipping, use guitlogo'", 'HA-prosper', '&MAKEhaprosper', 'IEEEtran', "&MAKEIEEEtran", + 'LaTeX-FAQ-francaise', "die 'skipping, use faq-fr'", 'LingTrees', "die 'skipping, requires python'", 'SIstyle', '&MAKEflatten', 'SQLTeX', "die 'skipping, see sqltex'", @@ -486,7 +487,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'fancyvrb', "&MAKEflatten", 'faq', "die 'skipping, use FAQ-en'", 'faq-en', "die 'skipping, use FAQ-en'", - 'faq-fr', "die 'skipping, nonfree'", + 'faq-fr', "die 'skipping, just a tarball'", 'fax', "die 'skipping, nosell license'", 'fbox', "&MAKEflatten", 'fc', "&MAKEflatten", |