From 88420e9455383de3e3ef011c41a7c19245856dfd Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 5 Jan 2012 01:53:51 +0000 Subject: [PATCH] Install the ns/__init__.py file also in PYTHONARCHDIR; fixes #1329. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index b00056628..e38aa82d9 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -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