diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-02 18:47:35 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-02 18:47:35 +0200 |
commit | 806262c388b8c3d77d3ae69ba9187b27c78a8568 (patch) | |
tree | cdf8d03a402ed4f4e5ed99904d99c756e6c91f2b /indra/llvfs/lldir_mac.cpp | |
parent | 722547cd51376f8257e87310884d811d5f899819 (diff) |
MAINT-8297 path fix
Diffstat (limited to 'indra/llvfs/lldir_mac.cpp')
-rw-r--r-- | indra/llvfs/lldir_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.cpp b/indra/llvfs/lldir_mac.cpp index cecc98bbfd..5cf5db08b8 100644 --- a/indra/llvfs/lldir_mac.cpp +++ b/indra/llvfs/lldir_mac.cpp @@ -173,7 +173,7 @@ void LLDir_Mac::initAppDirs(const std::string &app_name, mAppRODataDir = app_read_only_data_dir; mSkinBaseDir = mAppRODataDir + mDirDelimiter + "skins"; } - mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "ca-bundle.crt"); + mCAFile = getExpandedFilename(LL_PATH_EXECUTABLE, "ca-bundle.crt"); } std::string LLDir_Mac::getCurPath() |