diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index cc55e1512b056dded98267b2cdf4b5e1edaced8b..86d542029ae6f6e098df947075a4700f3830e251 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -92,8 +92,8 @@ def construct(self): # ... and the entire windlight directory self.path("windlight") - # ... and the pre-installed spell checking dictionaries - pkgdir = os.path.join(self.get_build_prefix(), 'packages') + # ... and the included spell checking dictionaries + pkgdir = os.path.join(self.args['build'], 'packages') print "Trying to change src to %s" % (pkgdir); if self.prefix(src=pkgdir,dst=""): print "Trying dictionaries relative to %s with %s" % (self.get_src_prefix(), "dictionaries");