mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
8 lines
285 B
Python
8 lines
285 B
Python
#!/usr/bin/env python
|
|
|
|
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
|
|
chmod=0755, python_fixup=True, flat=True)
|
|
bld.INSTALL_FILES('${BINDIR}','bin/testparm',
|
|
chmod=0755, python_fixup=True, flat=True)
|
|
|