diff options
author | Norbert Preining <preining@logic.at> | 2008-03-19 12:28:03 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-03-19 12:28:03 +0000 |
commit | 36ddbbe584bb4fc3fcd55336ff1446aafa55e700 (patch) | |
tree | 365dd9f20eb2c5148a6e365d680c5250ff93edc8 /Master | |
parent | ceec404d8308c72dc71e3ac4d82c78f21370bd6b (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')
-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(); } |