From f1de0a2d5dd864f409a6b7ca9cdd7a2e1b9ecdb7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 29 Apr 2009 10:07:27 +0000 Subject: fix calling installer from out of current dir git-svn-id: svn://tug.org/texlive/trunk@12852 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/install-tl b/Master/install-tl index 333c75cba51..6045ec52b8c 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -429,7 +429,7 @@ if ($opt_profile eq "") { $opt_gui = $1; @runargs = split ",", $2; } - if (-r "tlpkg/installer/install-menu-${opt_gui}.pl") { + if (-r "$::installerdir/tlpkg/installer/install-menu-${opt_gui}.pl") { require("installer/install-menu-${opt_gui}.pl"); } else { tlwarn("UI plugin $opt_gui not found,\n"); -- cgit v1.2.3