summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/mptopdf-extract
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/libexec/mptopdf-extract
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/libexec/mptopdf-extract')
-rwxr-xr-xMaster/tlpkg/libexec/mptopdf-extract2
1 files changed, 1 insertions, 1 deletions
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