summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-08-08 22:58:27 +0000
committerNorbert Preining <preining@logic.at>2008-08-08 22:58:27 +0000
commitd80b5b8a86af0e5922b60592803325ef7727990a (patch)
tree427ba2d01c6eb4f3f6cceb148198d393de8cf79f /Master/install-tl
parent2edb5e08df5d5d06500ed916c0e4b8a18e0c653c (diff)
add a fancy selector to the install GUI for TEXDIR
git-svn-id: svn://tug.org/texlive/trunk@10192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index f33c5bf0d47..6051f2808dc 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -155,6 +155,8 @@ $opt_gui = 1 if (win32);
# default language for GUI installer
$::lang = "en";
+# use the fancy directory selector for TEXDIR
+$::alternative_selector = 0;
# if we find a file installation.profile we ask the user whether we should
# continue with the installation
@@ -182,6 +184,7 @@ GetOptions(
"portable" => \$opt_portable,
"non-admin" => \$opt_nonadmin,
"location|url=s" => \$opt_location,
+ "fancyselector" => \$::alternative_selector,
"version" => \$opt_version,
"help|?" => \$opt_help) or pod2usage(1);