grumble relative grumble python grumble

master
Oz Linden 2012-04-19 08:31:09 -07:00
parent 2862efc367
commit 3dfa725c5b
1 changed files with 1 additions and 1 deletions

View File

@ -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");