summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl.pl2
-rwxr-xr-xMaster/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