diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-06 21:17:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-06 21:17:09 +0000 |
commit | bb19335bcb43f21d55318179e752a6e9198e5d6f (patch) | |
tree | 56d38112d7ff0c56c3f377b9dc4b74b4efcdf18c | |
parent | 7b810d02229f8858edfc0ad3dcb31d486f7cac7f (diff) |
pragma-ade.nl per hans
git-svn-id: svn://tug.org/texlive/trunk@41645 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 2c5e4a26909..e74a4c448a4 100755 --- a/Master/tlpkg/libexec/mptopdf-extract +++ b/Master/tlpkg/libexec/mptopdf-extract @@ -11,13 +11,13 @@ PATH=$tlbindir:$PATH # tlpfiles # and ignoring the man pages in TL locations. files=`tlpfiles mptopdf | sed 's,[^/]*/,,' | grep -v doc/man` if test -z "$files"; then - echo "$0: failed to get files for mptopdf." >&2 + echo "$0: tlpfiles for mptopdf failed." >&2 exit 1 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.com/context/current/cont-tmf.zip +context_zip=/home/ftp/mirror/www.pragma-ade.nl/context/current/cont-tmf.zip if unzip -tq $context_zip; then :; else echo "$0: unzip -t failed on:" >&2 ls -l $context_zip >&2 |