mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
8 lines
204 B
Python
8 lines
204 B
Python
#!/usr/bin/env python
|
|
|
|
O755 = 493
|
|
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/testparm',
|
|
chmod=O755, python_fixup=True, flat=True)
|
|
|
|
|