Install the ns/__init__.py file also in PYTHONARCHDIR; fixes #1329.

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-01-05 01:53:51 +00:00
parent 976aea4b72
commit 88420e9455

View File

@@ -479,7 +479,7 @@ def build(bld):
bld.new_task_gen(features='copy',
source="ns__init__.py",
target='ns/__init__.py')
bld.install_as('${PYTHONDIR}/ns/__init__.py', 'ns__init__.py')
bld.install_as('${PYTHONARCHDIR}/ns/__init__.py', 'ns__init__.py')
# note: the actual build commands for the python bindings are in