diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-01 16:36:10 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-02 15:21:13 +1100 |
commit | a3e99356abab3fd77a87d2ac594243b3f77e3cdd (patch) | |
tree | dedc3cc9436b0b8cef4d5b4a8aa25371aebc4f3d /source4/librpc | |
parent | dbe0b078492ea20da2b0aa3bb1d1c6138d16454e (diff) | |
download | samba-a3e99356abab3fd77a87d2ac594243b3f77e3cdd.tar.gz samba-a3e99356abab3fd77a87d2ac594243b3f77e3cdd.tar.bz2 samba-a3e99356abab3fd77a87d2ac594243b3f77e3cdd.zip |
s4-waf Don't install any Samba packages into PYTHONDIR
This causes the parts of Samba installed into PYTHONARCHDIR to then be
missed in mixed python/C module namespaces.
Andrew Bartlett
Diffstat (limited to 'source4/librpc')
-rwxr-xr-x | source4/librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 4e2b6728cd..d0159bb37a 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -360,4 +360,4 @@ bld.SAMBA_SCRIPT('python_dcerpc_init', installdir='python/samba/dcerpc', installname='__init__.py') -bld.INSTALL_FILES('${PYTHONDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') +bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') |