diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-13 16:23:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-13 16:23:22 -0400 |
commit | f28ee5bd4f6c82e8113c4cb413f163594c047fee (patch) | |
tree | 17e2c31e1d74e05c5d28084b64777cb571aa8c73 /indra | |
parent | 8f0bd4b388ac74d5528fbbb83527e173c5624eec (diff) |
try a different path for the dictionaries package?
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a59b763910..5c9c7395c8 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -92,7 +92,7 @@ class ViewerManifest(LLManifest): # ... and the entire windlight directory self.path("windlight") # ... and the pre-installed spell checking dictionaries - self.path("../../packages/dictionaries", dst="dictionaries") + self.path("../packages/dictionaries", dst="dictionaries") self.end_prefix("app_settings") if self.prefix(src="character"): |