diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-13 22:37:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-13 22:37:47 +0000 |
commit | a3027590d416e99da1de28c8669669614850c97e (patch) | |
tree | 4b33bcaa6018218752a24abb8c4522443eb146cc | |
parent | 1e03c9916095f2653c2fc9ef1abf8dd0658b42c6 (diff) |
current/cont-tmf.zip
git-svn-id: svn://tug.org/texlive/trunk@29892 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/libexec/mptopdf-extract | 4 |
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 |