mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
8 lines
171 B
Python
8 lines
171 B
Python
#!/usr/bin/env python
|
|
|
|
O755 = 493
|
|
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate',
|
|
chmod=O755, python_fixup=True, flat=True)
|
|
|
|
|