24 lines
932 B
Diff
24 lines
932 B
Diff
From de4b8943bfb40e2f50c9e4e2ee5d39e986317d08 Mon Sep 17 00:00:00 2001
|
|
From: Jelmer Vernooij <jelmer@samba.org>
|
|
Date: Tue, 6 Dec 2011 21:08:15 +0100
|
|
Subject: [PATCH 2/3] Install (platform-independent) python scripts to the
|
|
PYTHONDIR rather than PYTHONARCHDIR.
|
|
|
|
---
|
|
source4/scripting/python/wscript_build | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
|
|
index 8879f759bad789e9647437722c2a64146259595c..73f7ae80aeaae4d9c33f8bf52274b808660c2e5e 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)
|
|
--
|
|
1.7.7.3
|
|
|