diff options
author | Norbert Preining <preining@logic.at> | 2008-01-17 07:05:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-17 07:05:01 +0000 |
commit | f99738616471d51d6549a1b1e0caf19f807f9ed5 (patch) | |
tree | e34999e4ba5b9ba411c672d40384faf058ba3916 /Master/install-tl.pl | |
parent | 5ba374009a5424f6448b97130316ed1af27241e2 (diff) |
un-clutter the stuff:
- move all the installer related files (but .html, .pl, .bat) into
tlpkg/installer
- adjust the installer/menus/tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@6271 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 369b94f2d06..32a15b68d15 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -239,9 +239,9 @@ if ($opt_profile eq "") { } } if ($opt_gui) { - require("TeXLive/install-menu-perltk.pl"); + require("installer/install-menu-perltk.pl"); } else { - require("TeXLive/install-menu-text.pl"); + require("installer/install-menu-text.pl"); } my $ret = run_menu(); if ($ret == $MENU_QUIT) { |