build: allow the waf build to work with python 3.0 and 3.1
[metze/samba/wip.git] / source4 / scripting / wscript_build
1 #!/usr/bin/env python
2
3 O755 = 493
4 bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate',
5                   chmod=O755, python_fixup=True, flat=True)
6
7