diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-16 00:47:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-16 00:47:02 +0000 |
commit | f824d7e5f050f1c45e7deb827f114818763e910b (patch) | |
tree | 083a42bff1b8241857e757a8aa830f74065481a8 /Master/tlpkg/bin | |
parent | e9e0c2e3adbd4ee7145f096e6cf52be2b6d23beb (diff) |
tlpdb update
git-svn-id: svn://tug.org/texlive/trunk@4742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 4 |
1 files changed, 2 insertions, 2 deletions
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" ); } |