summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-19 06:53:26 -0700
committerOz Linden <oz@lindenlab.com>2012-04-19 06:53:26 -0700
commitc6e095a32630aa2554f7e63cc9688bb063f9461a (patch)
tree9b08c570d19c003439dfcb468ea5367a4146d770 /indra
parent9e477c595c893b4bfe1f84cf0f5ef426eb751555 (diff)
use build directory argument directly
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/viewer_manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index cc55e1512b..86d542029a 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -92,8 +92,8 @@ class ViewerManifest(LLManifest):
# ... 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");