summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-01 22:32:19 +0000
committerKarl Berry <karl@freefriends.org>2021-03-01 22:32:19 +0000
commitda764e6f9f0f5e222a9011bcf9156c4a1001e52d (patch)
tree7969422e36f7698675b78e21752b470b70563f79 /Master/tlpkg/bin/ctan2tl
parentbb3652537c68dfde314390df8e3abbe9682d56f2 (diff)
chemfig (1mar21)
git-svn-id: svn://tug.org/texlive/trunk@58014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl3
1 files changed, 3 insertions, 0 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