mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
7 lines
216 B
Python
7 lines
216 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)
|