summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/install-tl.pl2
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();
}