From 0ebb67b0754bebe853fd30c35217dbceccb7aa6e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 30 Sep 2009 15:47:50 +0000 Subject: fix installer for new location of trans.pl git-svn-id: svn://tug.org/texlive/trunk@15577 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- Master/tlpkg/installer/install-menu-wizard.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/installer') 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; -- cgit v1.2.3