summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-13 17:25:52 -0400
committerOz Linden <oz@lindenlab.com>2012-04-13 17:25:52 -0400
commit83717183c57121167b671f7bdcc4ab3122b95846 (patch)
tree4a14862ba9aa98565895f6eda98413a446c1fc2a /indra
parentf28ee5bd4f6c82e8113c4cb413f163594c047fee (diff)
yet another path for the dictionaries package...
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 5c9c7395c8..f6245fedfb 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"):