summaryrefslogtreecommitdiff
path: root/indra/llfilesystem
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-12-07 14:26:39 +0800
committerErik Kundiman <erik@megapahit.org>2023-12-07 14:26:39 +0800
commit9e549e52139adbd6ff5487181d510731aec81beb (patch)
treeed4b2976e7470debbc00347da18369bff5b0103b /indra/llfilesystem
parentd39bf72d8ff6ead41486ed8df4214d2300b8568a (diff)
Rename the cache dir to Megapahit on macOS
Diffstat (limited to 'indra/llfilesystem')
-rw-r--r--indra/llfilesystem/lldir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir.cpp b/indra/llfilesystem/lldir.cpp
index 69b23f9cf8..22326850c7 100644
--- a/indra/llfilesystem/lldir.cpp
+++ b/indra/llfilesystem/lldir.cpp
@@ -387,7 +387,7 @@ std::string LLDir::buildSLOSCacheDir() const
}
else
{
- res = add(getOSCacheDir(), "SecondLife");
+ res = add(getOSCacheDir(), "Megapahit");
}
return res;
}