diff options
author | Norbert Preining <preining@logic.at> | 2007-12-01 21:51:38 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-12-01 21:51:38 +0000 |
commit | 39cd253813784764ace38932299ee9274b79104b (patch) | |
tree | f700cc04d48f2539c1d3b87b4c0d5b535f88ca0b | |
parent | 27b8adaf50eb3cb5a25cfcdd39e30c2b2fc7a16c (diff) |
move the menu implementation into tlpkg/TeXLive/
git-svn-id: svn://tug.org/texlive/trunk@5666 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl.pl | 2 | ||||
-rwxr-xr-x | Master/tlpkg/TeXLive/install-menu-text.pl (renamed from Master/install-menu-text.pl) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 6722e8e1512..b1614a8a6af 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -142,7 +142,7 @@ if ($opt_profile eq "") { our $MENU_INSTALL = 0; our $MENU_ABORT = 1; our $MENU_QUIT = 2; - require("install-menu-text.pl"); + require("TeXLive/install-menu-text.pl"); my $ret = run_menu(); if ($ret == $MENU_QUIT) { # do_cleanup(); MISSING diff --git a/Master/install-menu-text.pl b/Master/tlpkg/TeXLive/install-menu-text.pl index a2d5f898aea..a2d5f898aea 100755 --- a/Master/install-menu-text.pl +++ b/Master/tlpkg/TeXLive/install-menu-text.pl |