summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-10 22:38:30 +0000
committerKarl Berry <karl@freefriends.org>2013-04-10 22:38:30 +0000
commit45111bc8fd7841b9f804733b27a1f7b3ea671c81 (patch)
treee8a8de774a90294c4dc20ebcc800968653cd7a17 /Master
parent1cbce9bf776dd1e86b31855bcf7791aa75e7e433 (diff)
(PATH): includ tlpkg/bin
git-svn-id: svn://tug.org/texlive/trunk@29835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/libexec/mptopdf-extract3
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`