diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-01 22:32:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-01 22:32:19 +0000 |
commit | da764e6f9f0f5e222a9011bcf9156c4a1001e52d (patch) | |
tree | 7969422e36f7698675b78e21752b470b70563f79 /Master/tlpkg | |
parent | bb3652537c68dfde314390df8e3abbe9682d56f2 (diff) |
chemfig (1mar21)
git-svn-id: svn://tug.org/texlive/trunk@58014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 5aacb78fb5e..0f366a6a08c 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -171,6 +171,9 @@ fi # check for file names differing in case only. find $pkg \( -name .svn \) -prune -o -print | sort -f | uniq -i -d >&2 +# not group-writable; cron checks also. +chmod -R u+w,go-w,a+rX-st $pkg + # check for symlinks find $pkg -type l -ls | grep -v /Master/bin | sort >&2 diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 06ba4ada462..2623490bb68 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -833,7 +833,7 @@ my @TLP_working = qw( xetexref xevlna xfakebold xfor xgreek xhfill xifthen xii xii-lat xindex xint xits xkcdcolors xkeyval xlop xltabular xltxtra - xmltex xmpincl xmuthesis xnewcommand + xml2pmx xmltex xmpincl xmuthesis xnewcommand xoptarg xpatch xpeek xpiano xpicture xpinyin xprintlen xpunctuate xq xsavebox xsim xskak xstring xtab xtuthesis xunicode xurl xwatermark xyling xymtex xypic xypic-tut-pt xytree diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 176f8d50495..7eb6678ec2a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1857,7 +1857,7 @@ $standardtex 'captcont', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'captdef', '^..[^s].*\.sty', # not miscdoc.sty 'carlisle', '\.sty|\.ltx', - 'chemfig', '(t-)?chemfig.tex|' . $standardtex, + 'chemfig', '(t-)?chemfig(-lewis)?.tex|' . $standardtex, 'chemformula', '\.sty$', # not chemformula-manual.cls 'chemstyle', '\.jdf|' . $standardtex, 'chhaya', 'sankshep.tex|' . $standardtex, |