diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-10 22:38:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-10 22:38:30 +0000 |
commit | 45111bc8fd7841b9f804733b27a1f7b3ea671c81 (patch) | |
tree | e8a8de774a90294c4dc20ebcc800968653cd7a17 | |
parent | 1cbce9bf776dd1e86b31855bcf7791aa75e7e433 (diff) |
(PATH): includ tlpkg/bin
git-svn-id: svn://tug.org/texlive/trunk@29835 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/libexec/mptopdf-extract | 3 |
1 files changed, 3 insertions, 0 deletions
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` |