diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-10 13:56:38 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-10 13:56:38 -0700 |
commit | 2a446ab558f039db4a863f3d287f2ec2369ec8c3 (patch) | |
tree | 8a980108a5645cc4a6bfc9ea25c88d371b61bdcd /indra/llvfs/lldir_linux.cpp | |
parent | 5669597e1803f24ee2ea452a792ecf35deffaee8 (diff) |
QAR-1619: move Linux SLPlugin executable to the viewer executable directory
Diffstat (limited to 'indra/llvfs/lldir_linux.cpp')
-rw-r--r-- | indra/llvfs/lldir_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_linux.cpp b/indra/llvfs/lldir_linux.cpp index 24efcb8ae8..7a531e0fbf 100644 --- a/indra/llvfs/lldir_linux.cpp +++ b/indra/llvfs/lldir_linux.cpp @@ -383,7 +383,7 @@ BOOL LLDir_Linux::fileExists(const std::string &filename) const /*virtual*/ std::string LLDir_Linux::getLLPluginLauncher() { - return gDirUtilp->getLLPluginDir() + gDirUtilp->getDirDelimiter() + + return gDirUtilp->getExecutableDir() + gDirUtilp->getDirDelimiter() + "SLPlugin"; } |