summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-08 23:46:14 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-09 01:58:50 +0100
commit85f8d97f5121b239ebe814a8ef6765317ddd3f51 (patch)
tree98e501094e1c8b64a0dc049adc60f459ad64e424 /source4
parent0e9b092531247ea00840d97b4d96fbfd0395c179 (diff)
downloadsamba-85f8d97f5121b239ebe814a8ef6765317ddd3f51.tar.gz
samba-85f8d97f5121b239ebe814a8ef6765317ddd3f51.tar.bz2
samba-85f8d97f5121b239ebe814a8ef6765317ddd3f51.zip
Revert "Install (platform-independent) python scripts to the PYTHONDIR rather than PYTHONARCHDIR."
This reverts commit de4b8943bfb40e2f50c9e4e2ee5d39e986317d08. PYTHONDIR and PYTHONARCHDIR are both incorrect - they're the distribution's python locations, rather than the python locations for third party applications. For the moment, using PYTHONARCHDIR seems better though, because it works around an issue on Fedora/RedHat. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 9 01:58:50 CET 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 73f7ae80ae..8879f759ba 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('${PYTHONDIR}', 'samba/**/*.py', flat=False)
+bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False)