mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Install (platform-independent) python scripts to the PYTHONDIR rather than PYTHONARCHDIR.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user