summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-04-28 20:59:27 +0000
committerNorbert Preining <preining@logic.at>2009-04-28 20:59:27 +0000
commit311a1ac92c00da2d82e88d91355448d3d0861aff (patch)
treec677dee19235dd6d0cf7fdc776b716c2f817dbc8
parent05975015bfa5d698f6ea075d6bdc1527e34d33c8 (diff)
fix TLMedia not working
git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@12842 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLMedia.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm
index f455fd0a654..0a2092511be 100644
--- a/Master/tlpkg/TeXLive/TLMedia.pm
+++ b/Master/tlpkg/TeXLive/TLMedia.pm
@@ -42,7 +42,7 @@ sub new
}
}
debug("Loading $location/$InfraLocation/$DatabaseName ...\n");
- my $tlpdb = TeXLive::TLPDB->new(root => "$location");
+ my $tlpdb = TeXLive::TLPDB->new($location);
return(undef) unless defined($tlpdb);
my (@all_c, @std_c, @lang_c, @lang_doc_c);
my (@schemes);