summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-10-25 05:49:35 +0000
committerNorbert Preining <preining@logic.at>2007-10-25 05:49:35 +0000
commit51a660b8c96ca59ea8cff3d9b12ff9068deb236b (patch)
treed1247ca81975389b3c69cf7dcd20b5509946046d /Master/tlpkg/bin/tlpsrc2tlpdb
parent4de2d98dd659c6d463167afc985ad06abf1618dc (diff)
remove texcatalogue-texlive, texcatalogue-miktex from the texlive.tlpdb,
reformat texcatalogue-date fix the "wide chars" warning git-svn-id: svn://tug.org/texlive/trunk@5277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index b43e567b5db..3f31923bf0e 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -50,6 +50,7 @@ sub main
warn "$0: -c /Cat/a/logue not given, continuing without it.\n";
} else {
require TeXLive::TeXCatalogue; # not at compile time, for now anyway.
+ warn "$0: reading TeX Catalogue tree $opt_catalogue ...\n";
$tlc = TeXLive::TeXCatalogue->new( "location" => $opt_catalogue );
}
@@ -95,6 +96,7 @@ sub main
local *TLPDB;
our $TLPDB = ">$opt_master/texlive.tlpdb";
open (TLPDB) || die "open($TLPDB) failed: $!";
+ binmode TLPDB, ":utf8";
$tldb->writeout (*TLPDB);
warn "$0: wrote $src_count packages $TLPDB.\n";
} else {