summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 7fe76045dce..02b44c8f2b9 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -46,7 +46,7 @@ use TeXLive::TLUtils qw(initialize_installer media platform platform_desc
which getenv win32 unix program_exists architectures_available
additional_architectures_available_from_net get_system_tmpdir member
mkdirhier make_var_skeleton make_local_skeleton install_package copy
- install_packages dirname tllog);
+ install_packages dirname tllog setup_programs);
use TeXLive::TLPOBJ;
use TeXLive::TLPDB;
use TeXLive::TLConfig;
@@ -303,6 +303,7 @@ tllog($::LOG_NORMAL, "Directory for Temporary Files: '", $system_tmpdir, "\'\n")
tllog($::LOG_NORMAL, "Installer Directory: '$::installerdir'\n");
initialize_installer();
+setup_programs("$::installerdir/tlpkg/installer", "$::_platform_");
load_tlpdb();
$texlive_release = $tlpdb->config_release;
set_platforms_supported();