summaryrefslogtreecommitdiff
path: root/Build/tools/tpmfromcat
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/tpmfromcat')
-rwxr-xr-xBuild/tools/tpmfromcat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/tools/tpmfromcat b/Build/tools/tpmfromcat
index c0630fda221..2caf0f44a46 100755
--- a/Build/tools/tpmfromcat
+++ b/Build/tools/tpmfromcat
@@ -1,6 +1,7 @@
#!/bin/sh
+# $Id$
# read the CTAN catalogue and update the TPM files where possible
-Master=`cd \`dirname $0\`/.. && /bin/pwd`
+Master=`cd \`dirname $0\`/../../Master && /bin/pwd`
cd $Master || exit 1
test $# -eq 0 && set - `find texmf-dist/tpm -name "*.tpm"`