From de4b8943bfb40e2f50c9e4e2ee5d39e986317d08 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Dec 2011 21:08:15 +0100 Subject: Install (platform-independent) python scripts to the PYTHONDIR rather than PYTHONARCHDIR. --- source4/scripting/python/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 8879f759ba..73f7ae80ae 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -36,4 +36,4 @@ bld.SAMBA_SCRIPT('samba_python', pattern='samba/**/*.py', installdir='python') -bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False) +bld.INSTALL_WILDCARD('${PYTHONDIR}', 'samba/**/*.py', flat=False) -- cgit