diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-19 08:31:09 -0700 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-19 08:31:09 -0700 |
commit | 3dfa725c5bdf16da75d3820422d2ce5263df19a8 (patch) | |
tree | c57045b0877b5959d714689ae02d5bc0ca1d0b1a /indra | |
parent | 2862efc36791855d002d75039905c83a8e0b7236 (diff) |
grumble relative grumble python grumble
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
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"); |