summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2020-05-17 09:41:28 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2020-05-17 09:41:28 +0000
commit8fa402868d42fbacc60b2deac54d16c69cbd8d8c (patch)
treeac17a7f07a53ccca95493f7b5140f881cac33115
parent7105e56f94580ea22bc77ef9cf0b15272d146c77 (diff)
Patch from Akira to fix ACLs
git-svn-id: svn://tug.org/texlive/trunk@55175 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index 030cec04965..490ee6ac621 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -1424,7 +1424,7 @@ sub maybe_make_ro {
# /reset is necessary for removing non-standard existing permissions
my $cmd = 'cmd /c "icacls . /reset && icacls . /inheritance:r'.
' /grant:r *S-1-5-32-544:(OI)(CI)F'.
- ' /grant:r *S-1-5-11:(OI)(CI)RX /grant:r *S-1-5-32-545:(OI)(CI)RX /T"';
+ ' /grant:r *S-1-5-11:(OI)(CI)RX /grant:r *S-1-5-32-545:(OI)(CI)RX"';
log "Making read-only\n".`$cmd`."\n";
# go back to original directory