summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-16 07:40:56 +0000
committerNorbert Preining <preining@logic.at>2007-11-16 07:40:56 +0000
commit496cd41f19f1244c91158f33a30b034280f59120 (patch)
treeec43cedb165191cfcd8d6414d736a8f2dc5cbc0c /Master/tlpkg/bin
parentcd49e03d98955376d5d6baf312cc1a8c5499ba64 (diff)
ctan-check should read for now from Master/texlive.tlpdb
git-svn-id: svn://tug.org/texlive/trunk@5430 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan-check3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan-check b/Master/tlpkg/bin/ctan-check
index d52853ed6c9..ef0dde02a4f 100755
--- a/Master/tlpkg/bin/ctan-check
+++ b/Master/tlpkg/bin/ctan-check
@@ -198,7 +198,10 @@ sub main
# get the Master dir
chomp (my $Master = `cd $mydir/../.. && pwd`);
$TL = $Master;
+ # should be this
my $tlpdbloc = "$Master/" . $TeXLive::TLConfig::InfraLocation . "/texlive.tlpdb";
+ # but for now we leave it like this:
+ $tlpdbloc = "$Master/texlive.tlpdb";
# First we load the current texlive.tlpdb
$tlpdb = TeXLive::TLPDB->new ("location" => $tlpdbloc);
die("Cannot load tlpdb at $tlpdbloc!\n") unless defined($tlpdb);