From 1d872bca71a4e714db120cc1e42c73e49fda3316 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Mar 2020 23:50:46 +0000 Subject: chgrp tlnet dir, cont-tmf.zip location git-svn-id: svn://tug.org/texlive/trunk@54120 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlnet | 3 ++- Master/tlpkg/libexec/mptopdf-extract | 2 +- 2 files changed, 3 insertions(+), 2 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. diff --git a/Master/tlpkg/libexec/mptopdf-extract b/Master/tlpkg/libexec/mptopdf-extract index be242ab9a2c..90d6d126c60 100755 --- a/Master/tlpkg/libexec/mptopdf-extract +++ b/Master/tlpkg/libexec/mptopdf-extract @@ -17,7 +17,7 @@ fi # We will extract them from the current context release. ctan=/home/ftp/mirror/rsync.tex.ac.uk/CTAN -context_zip=/home/ftp/mirror/www.pragma-ade.nl/context/current/cont-tmf.zip +context_zip=/home/ftp/mirror/www.pragma-ade.nl/context/latest/cont-tmf.zip if unzip -tq $context_zip; then :; else echo "$0: unzip -t failed on:" >&2 ls -l $context_zip >&2 -- cgit v1.2.3