summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-04 21:15:23 +0000
committerKarl Berry <karl@freefriends.org>2008-07-04 21:15:23 +0000
commit0224d91b69a018deeb4af903303bfc3975363ef1 (patch)
treeda2f3a2ebf20ef865750c165866ef46f474849ef /Master/tlpkg/TeXLive/TLUtils.pm
parent7af8174fbc7b57c847957ffa985bc60cda90bd72 (diff)
keep language.def in the same directory as language.dat
git-svn-id: svn://tug.org/texlive/trunk@9250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index c7a19de172c..600cc52264f 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -47,7 +47,7 @@ C<TeXLive::TLUtils> -- utilities used in the TeX Live infrastructure
=head2 Installer Functions
TeXLive::TLUtils::media;
- TeXLive::TLUtils::initialze_installer;
+ TeXLive::TLUtils::initialize_installer;
TeXLive::TLUtils::make_var_skeleton($path);
TeXLive::TLUtils::make_local_skeleton($path);
TeXLive::TLUtils::create_fmtutil($tlpdb,$dest,$localconf);
@@ -1321,7 +1321,7 @@ sub create_language_def {
push @postlines, "%%% No changes may be made beyond this point.\n";
push @postlines, "\n";
push @postlines, "\\uselanguage {USenglish} %%% This MUST be the last line of the file.\n";
- _create_config_files ($tlpdb, "texmf/tex/plain/config/language.us.def", $dest, $localconf, 1, '%', \@lines, @postlines);
+ _create_config_files ($tlpdb, "texmf/tex/generic/config/language.us.def", $dest, $localconf, 1, '%', \@lines, @postlines);
}
sub _create_config_files {