diff options
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index b4bcb71df8..d5d6791b62 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -103,7 +103,7 @@ def build(bld): pattern='tevent.py', installdir='python') - bld.INSTALL_WILDCARD('${PYTHONDIR}', 'tevent.py', flat=False) + bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py', flat=False) def test(ctx): |