mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
c24240bcd2
these have crept into the tree over time. Maybe we should add testing of a range of python versions to autobuild?
9 lines
326 B
Python
9 lines
326 B
Python
#!/usr/bin/env python
|
|
|
|
from samba_utils import MODE_755
|
|
|
|
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
|
|
chmod=MODE_755, python_fixup=True, flat=True)
|
|
bld.INSTALL_FILES('${BINDIR}','bin/testparm',
|
|
chmod=MODE_755, python_fixup=True, flat=True)
|