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 |
|
---|
3 | from samba_utils import MODE_755
|
---|
4 |
|
---|
5 | bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
|
---|
6 | chmod=MODE_755, python_fixup=True, flat=True)
|
---|
7 | bld.INSTALL_FILES('${BINDIR}','bin/testparm',
|
---|
8 | chmod=MODE_755, python_fixup=True, flat=True)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.