summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-19 08:31:09 -0700
committerOz Linden <oz@lindenlab.com>2012-04-19 08:31:09 -0700
commit3dfa725c5bdf16da75d3820422d2ce5263df19a8 (patch)
treec57045b0877b5959d714689ae02d5bc0ca1d0b1a /indra/newview
parent2862efc36791855d002d75039905c83a8e0b7236 (diff)
grumble relative grumble python grumble
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 fb1c88340f..7a3619ccd8 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'], os.pardir(), '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");