source: vendor/3.6.0/source4/scripting/wscript_build

Last change on this file was 740, checked in by Silvan Scherrer, 13 years ago

Samba Server: update vendor to 3.6.0

File size: 334 bytes
Line 
1#!/usr/bin/env python
2
3from samba_utils import MODE_755
4
5bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
6 chmod=MODE_755, python_fixup=True, flat=True)
7bld.INSTALL_FILES('${BINDIR}','bin/testparm',
8 chmod=MODE_755, python_fixup=True, flat=True)
Note: See TracBrowser for help on using the repository browser.