s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / scripting / wscript_build
1 #!/usr/bin/env python
2
3 bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate',
4                   chmod=0755, python_fixup=True, flat=True)
5
6