From 496cd41f19f1244c91158f33a30b034280f59120 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 16 Nov 2007 07:40:56 +0000 Subject: ctan-check should read for now from Master/texlive.tlpdb git-svn-id: svn://tug.org/texlive/trunk@5430 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan-check | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.2.3