mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Install (platform-independent) python scripts to the PYTHONDIR rather than PYTHONARCHDIR.
This commit is contained in:
parent
5d1922739e
commit
de4b8943bf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user