diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a59b763910bb1a083d93b69c3fabe08116fa4838..5c9c7395c89605993480de843f39423ec16a756a 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"):