docs: remove whitespace in example samba.ldif (fix bug #8789)
[Samba/gebeck_regimport.git] / source4 / scripting / wscript_build
blob1cd024160db638a92f908ed92ff9dc2b550f05c7
1 #!/usr/bin/env python
3 from samba_utils import MODE_755
5 bld.INSTALL_FILES('${SBINDIR}',
6 'bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns',
7 chmod=MODE_755, python_fixup=True, flat=True)
9 bld.INSTALL_FILES('${BINDIR}',
10 'bin/samba-tool bin/samba_kcc',
11 chmod=MODE_755, python_fixup=True, flat=True)
13 bld.RECURSE('bin')