summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-05 23:50:46 +0000
committerKarl Berry <karl@freefriends.org>2020-03-05 23:50:46 +0000
commit1d872bca71a4e714db120cc1e42c73e49fda3316 (patch)
tree5f3001a31898d3bdcee59b8c13eeee88b8f4a7a6 /Master/tlpkg/bin/tl-update-tlnet
parente07e5759581299df7587b92364b0b4ffaf202707 (diff)
chgrp tlnet dir, cont-tmf.zip location
git-svn-id: svn://tug.org/texlive/trunk@54120 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index a6ac9c34730..c9d4474d076 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -86,7 +86,8 @@ cp --force --backup $tlweb/tlpkg/texlive.tlpdb* /tmp
# Be sure we're starting the test cleanly.
rm -rf $tltrybase
mkdir -p $tltry
-chmod g+w $tltry
+chmod g+ws $tltry
+chgrp texlive $tltry || : # in case of strange system
# cp/link files in a loop so we can exclude the mactex files, which is a
# waste of time, and more importantly can uselessly fail due to permissions.