diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-01 01:55:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-01 01:55:30 +0000 |
commit | bd36ab79b831cabded89ff0328c7c0e410872997 (patch) | |
tree | b152de091ec0fe4e689110136143d6187d266c39 /Master/tlpkg/bin/ctan2tl | |
parent | a477b52f73704eea5cc4af4652969b00329cbfa6 (diff) |
move place and ctan2tds to libexec, since they should never be called directly in the current world
git-svn-id: svn://tug.org/texlive/trunk@11774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index fec77eac587..c5ccd3046e1 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -7,8 +7,9 @@ unset CDPATH # avoid extraneous output LC_ALL=C; export LC_ALL # avoid problems with diff, comm, etc -mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin -PATH=$mydir:$PATH # we call lots of our other tools +mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin +libexec=`cd $mydir/../libexec && pwd` # Master/tlpkg/libexec +PATH=$mydir:$libexec:$PATH # we call lots of our other tools Build=`cd $mydir/../../../Build && pwd` raw=$Build/tmp.raw |