From 4c292c8e622ba293c10a4dc4e5799b588699810a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Mar 2012 18:07:20 +0100 Subject: tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consistency with other Samba scripts. --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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): -- cgit