From: Jelmer Vernooij Date: Tue, 6 Mar 2012 17:07:20 +0000 (+0100) Subject: tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consistency... X-Git-Tag: samba-4.0.0alpha19~396 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=4c292c8e622ba293c10a4dc4e5799b588699810a;p=ddiss%2Fsamba.git tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consistency with other Samba scripts. --- diff --git a/lib/tevent/wscript b/lib/tevent/wscript index b4bcb71df83..d5d6791b629 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):