summaryrefslogtreecommitdiff
path: root/Build/tools/tpmfromcat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-02-14 00:54:57 +0000
committerKarl Berry <karl@freefriends.org>2006-02-14 00:54:57 +0000
commit2e833c685a007ffd7649dec30fd6a3a75769b242 (patch)
tree8c733cddbba19deddae23a24f36cf231fef80dc2 /Build/tools/tpmfromcat
parent2eba0ce0cddb0d290614b2bd6ea0cd6718ac5b54 (diff)
find tools under Build, remove old scripts
git-svn-id: svn://tug.org/texlive/trunk@1518 c570f23f-e606-0410-a88d-b1316a301751
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"`