summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-03-30 15:07:46 -0400
committerOz Linden <oz@lindenlab.com>2012-03-30 15:07:46 -0400
commit3af3d5e83c81ecfa77735e6811470d1aa0f705da (patch)
treedab6aec73cfd5cbcc9c6029d5b2052b0a92d2ef3 /indra/newview/viewer_manifest.py
parent5f32e6493ed4f8b9b480da857f487fa21f32bd64 (diff)
move all dictionaries to the prebuilt package, and install from there
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-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 1b732676e4..a59b763910 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("dictionaries")
+ self.path("../../packages/dictionaries", dst="dictionaries")
self.end_prefix("app_settings")
if self.prefix(src="character"):