From f28ee5bd4f6c82e8113c4cb413f163594c047fee Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Fri, 13 Apr 2012 16:23:22 -0400
Subject: [PATCH] try a different path for the dictionaries package?

---
 indra/newview/viewer_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index a59b763910b..5c9c7395c89 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -92,7 +92,7 @@ def construct(self):
                 # ... 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"):
-- 
GitLab