summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-19 07:55:39 -0700
committerOz Linden <oz@lindenlab.com>2012-04-19 07:55:39 -0700
commit2862efc36791855d002d75039905c83a8e0b7236 (patch)
treefdf426c537f9ea11e04dd49512937dfa5f878f55 /indra/newview
parentc6e095a32630aa2554f7e63cc9688bb063f9461a (diff)
reference packages relative to newview
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 86d542029a..fb1c88340f 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -93,7 +93,7 @@ class ViewerManifest(LLManifest):
self.path("windlight")
# ... and the included spell checking dictionaries
- pkgdir = os.path.join(self.args['build'], 'packages')
+ pkgdir = os.path.join(self.args['build'], os.pardir(), '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");