Skip to content
Snippets Groups Projects
Commit 3dfa725c authored by Oz Linden's avatar Oz Linden
Browse files

grumble relative grumble python grumble

parent 2862efc3
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ def construct(self): ...@@ -93,7 +93,7 @@ def construct(self):
self.path("windlight") self.path("windlight")
# ... and the included spell checking dictionaries # ... 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); print "Trying to change src to %s" % (pkgdir);
if self.prefix(src=pkgdir,dst=""): if self.prefix(src=pkgdir,dst=""):
print "Trying dictionaries relative to %s with %s" % (self.get_src_prefix(), "dictionaries"); print "Trying dictionaries relative to %s with %s" % (self.get_src_prefix(), "dictionaries");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment