From 83717183c57121167b671f7bdcc4ab3122b95846 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 13 Apr 2012 17:25:52 -0400 Subject: yet another path for the dictionaries package... --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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"): -- cgit v1.2.3