From f824d7e5f050f1c45e7deb827f114818763e910b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Aug 2007 00:47:02 +0000 Subject: tlpdb update git-svn-id: svn://tug.org/texlive/trunk@4742 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpsrc2tlpdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index a496ad7183f..2cabe4e1862 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -19,7 +19,6 @@ use TeXLive::TLPSRC; use TeXLive::TLPOBJ; use TeXLive::TLPDB; use TeXLive::TLTREE; -use TeXLive::TeXCatalogue; use Getopt::Long; use Pod::Usage; use File::Path; @@ -46,8 +45,9 @@ if (! -d "$opt_master") { my $tlc; if (! -d "$opt_catalogue") { - warn "Catalogue not found, we will continue without using it!"; + warn "$0: -d /Cat/a/logue not given, we will continue without it.\n"; } else { + require "TeXLive::TeXCatalogue"; # not at compile time, for now anyway. $tlc = TeXLive::TeXCatalogue->new( 'location' => "$opt_catalogue" ); } -- cgit v1.2.3