summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2022-02-05 11:02:32 +0000
committerNorbert Preining <preining@logic.at>2022-02-05 11:02:32 +0000
commit0e8c25945eb50a00bfd045cd400fd9c52142e0f5 (patch)
tree87b779da4aefab4559eeebbd2deea2434b579dcf /Master/tlpkg/TeXLive/TLUtils.pm
parentaaadd2cee49270e751aac6984a7d32acb7795435 (diff)
Fix path of ca bundle
git-svn-id: svn://tug.org/texlive/trunk@61892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 8ba97b12223..4c4cfe91e79 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2633,7 +2633,7 @@ sub setup_programs {
my @curlargs = @{$TeXLive::TLConfig::FallbackDownloaderArgs{'curl'}};
# can't push new arg at end of list because builtin list ends with
# -o to set the output file.
- unshift (@curlargs, '--cacert', "$::installerdir/tlpkg/curl/curl-ca-bundle.crt");
+ unshift (@curlargs, '--cacert', "$::installerdir/tlpkg/installer/curl/curl-ca-bundle.crt");
$TeXLive::TLConfig::FallbackDownloaderArgs{'curl'} = \@curlargs;
debug("TLUtils::setup_programs: curl on old darwin, final curl args: @{$TeXLive::TLConfig::FallbackDownloaderArgs{'curl'}}\n");
}