1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Install (platform-independent) python scripts to the PYTHONDIR rather than PYTHONARCHDIR.

This commit is contained in:
Jelmer Vernooij 2011-12-06 21:08:15 +01:00
parent 5d1922739e
commit de4b8943bf

View File

@ -36,4 +36,4 @@ bld.SAMBA_SCRIPT('samba_python',
pattern='samba/**/*.py', pattern='samba/**/*.py',
installdir='python') installdir='python')
bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False) bld.INSTALL_WILDCARD('${PYTHONDIR}', 'samba/**/*.py', flat=False)