From 45111bc8fd7841b9f804733b27a1f7b3ea671c81 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Apr 2013 22:38:30 +0000 Subject: (PATH): includ tlpkg/bin git-svn-id: svn://tug.org/texlive/trunk@29835 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/mptopdf-extract | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Master') diff --git a/Master/tlpkg/libexec/mptopdf-extract b/Master/tlpkg/libexec/mptopdf-extract index 530f64ef6bc..c1ec0c7bd4c 100755 --- a/Master/tlpkg/libexec/mptopdf-extract +++ b/Master/tlpkg/libexec/mptopdf-extract @@ -4,6 +4,9 @@ # as a separate package, since it can be used with LaTeX. See # description in mptopdf.tlpsrc for details. +tlbindir=`cd \`dirname $0\` && cd ../bin && pwd` +PATH=$tlbindir:$PATH # tlpfiles + # Get files of our mptopdf package, ignoring top-level directory. # And ignoring the man page until it is present in ConTeXt. files=`tlpfiles mptopdf | sed 's,[^/]*/,,' | grep -v doc/man` -- cgit v1.2.3