diff options
author | Norbert Preining <preining@logic.at> | 2009-09-30 15:47:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-30 15:47:50 +0000 |
commit | 0ebb67b0754bebe853fd30c35217dbceccb7aa6e (patch) | |
tree | cd3bf2a1169bd2f3b7c68f85d9a66a3db882a78b /Master/tlpkg | |
parent | a45cc4e47579f978a78e5dcd2d39ca058913d8dd (diff) |
fix installer for new location of trans.pl
git-svn-id: svn://tug.org/texlive/trunk@15577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index de1c8b26dbd..8312cedaef6 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -49,7 +49,7 @@ my $return = $MENU_INSTALL; our $LANG; our %TRANS; -require("translations/trans.pl"); +require("TeXLive/trans.pl"); $::fileassocdesc[0] = __("None"); $::fileassocdesc[1] = __("Only new"); diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 34d2c9dfdbc..6ce16a8ed3f 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -84,7 +84,7 @@ my $BUTTONSHEIGHT = 50; my $INNERWIDTH = ($MWIDTH - $LEFT - $RIGHT); my $INNERHEIGHT = ($MHEIGHT - $TOP - $TITLEHEIGHT - $BOTTOM - $BUTTONSHEIGHT); -require("translations/trans.pl"); +require("TeXLive/trans.pl"); # the main installer runs %{$::run_menu} $::run_menu = \&run_menu_wizard; |