Issue 1522

This commit is contained in:
Thomas Nagy 2014-12-27 20:31:11 +01:00
parent 90e7031d2d
commit 6c11f91e12
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def process_py(self, node):
tsk.pyd = pyd
if self.install_path:
self.bld.install_files(self.install_path, pyobj, cwd=node.parent.get_bld(), relative_trick=True)
self.bld.install_files(os.path.dirname(pyd), pyobj, cwd=node.parent.get_bld(), relative_trick=True)
class pyc(Task.Task):
"""