diff options
author | Oz Linden <oz@lindenlab.com> | 2012-03-30 15:07:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-03-30 15:07:46 -0400 |
commit | 3af3d5e83c81ecfa77735e6811470d1aa0f705da (patch) | |
tree | dab6aec73cfd5cbcc9c6029d5b2052b0a92d2ef3 /indra/newview/viewer_manifest.py | |
parent | 5f32e6493ed4f8b9b480da857f487fa21f32bd64 (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.py | 2 |
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"): |