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

use build directory argument directly

parent 9e477c59
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ class ViewerManifest(LLManifest):
# ... and the entire windlight directory
self.path("windlight")
# ... and the pre-installed spell checking dictionaries
pkgdir = os.path.join(self.get_build_prefix(), 'packages')
# ... and the included spell checking dictionaries
pkgdir = os.path.join(self.args['build'], '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");
......
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