summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-03-19 12:28:03 +0000
committerNorbert Preining <preining@logic.at>2008-03-19 12:28:03 +0000
commit36ddbbe584bb4fc3fcd55336ff1446aafa55e700 (patch)
tree365dd9f20eb2c5148a6e365d680c5250ff93edc8 /Master/install-tl.pl
parentceec404d8308c72dc71e3ac4d82c78f21370bd6b (diff)
chdir to installer dir for installation
git-svn-id: svn://tug.org/texlive/trunk@7025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-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();
}