From bb19335bcb43f21d55318179e752a6e9198e5d6f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Jul 2016 21:17:09 +0000 Subject: pragma-ade.nl per hans git-svn-id: svn://tug.org/texlive/trunk@41645 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/mptopdf-extract | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/libexec/mptopdf-extract') 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 -- cgit v1.2.3