diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llvfs/lldir_solaris.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llvfs/lldir_solaris.cpp b/linden/indra/llvfs/lldir_solaris.cpp index 9553d92..c647e2b 100644 --- a/linden/indra/llvfs/lldir_solaris.cpp +++ b/linden/indra/llvfs/lldir_solaris.cpp | |||
@@ -161,6 +161,8 @@ LLDir_Solaris::LLDir_Solaris() | |||
161 | } | 161 | } |
162 | } | 162 | } |
163 | 163 | ||
164 | mLLPluginDir = mExecutableDir + mDirDelimiter + "llplugin"; | ||
165 | |||
164 | // *TODO: don't use /tmp, use $HOME/.secondlife/tmp or something. | 166 | // *TODO: don't use /tmp, use $HOME/.secondlife/tmp or something. |
165 | mTempDir = "/tmp"; | 167 | mTempDir = "/tmp"; |
166 | } | 168 | } |