diff options
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index c52923a6d2e..d0ede80e389 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -348,6 +348,8 @@ exit(0); sub do_installation { # do the actual installation + # we have to chdir to the Master ... + chdir($::installerdir); foreach my $h (@::start_install_hook) { &$h(); } |