summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/libexec/mptopdf-extract4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/mptopdf-extract b/Master/tlpkg/libexec/mptopdf-extract
index c1ec0c7bd4c..47c4f9807b0 100755
--- a/Master/tlpkg/libexec/mptopdf-extract
+++ b/Master/tlpkg/libexec/mptopdf-extract
@@ -23,9 +23,9 @@ files="$files scripts/context/stubs/mswin/mptopdf.exe"
# We will extract them from the current context release.
ctan=/home/ftp/mirror/rsync.tex.ac.uk/CTAN
-context_zip=$ctan/macros/context/current/cont-tmf.zip
+#context_zip=$ctan/macros/context/current/cont-tmf.zip
# eventually ...
-context_zip=/home/ftp/mirror/www.pragma-ade.com/context/beta/cont-tmf.zip
+context_zip=/home/ftp/mirror/www.pragma-ade.com/context/current/cont-tmf.zip
if test ! -s $context_zip; then
echo "$0: no context zip:" >&2
ls -l $context_zip >&2