mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
7f3116a63d
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)
|
|
|
|
|