texlive[58007] branches/branch2020.0/Master/tlpkg/bin/ctan2tl: chmod

commits+karl at tug.org commits+karl at tug.org
Mon Mar 1 00:04:15 CET 2021


Revision: 58007
          http://tug.org/svn/texlive?view=revision&revision=58007
Author:   karl
Date:     2021-03-01 00:04:15 +0100 (Mon, 01 Mar 2021)
Log Message:
-----------
chmod g-w cooked dir, since otherwise cron does.

Modified Paths:
--------------
    branches/branch2020.0/Master/tlpkg/bin/ctan2tl

Modified: branches/branch2020.0/Master/tlpkg/bin/ctan2tl
===================================================================
--- branches/branch2020.0/Master/tlpkg/bin/ctan2tl	2021-02-28 19:55:13 UTC (rev 58006)
+++ branches/branch2020.0/Master/tlpkg/bin/ctan2tl	2021-02-28 23:04:15 UTC (rev 58007)
@@ -171,6 +171,9 @@
 # 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 --changes $pkg
+
 # check for symlinks
 find $pkg -type l -ls | grep -v /Master/bin | sort >&2
 



More information about the tex-live-commits mailing list.