Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
430 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | from samba_utils import MODE_755
|
---|
4 |
|
---|
5 | bld.INSTALL_FILES('${BINDIR}',
|
---|
6 | 'smbtar',
|
---|
7 | chmod=MODE_755, flat=True)
|
---|
8 |
|
---|
9 | # Callout scripts for use in selftest environment
|
---|
10 | bld.SAMBA_SCRIPT('smbaddshare', pattern='smbaddshare', installdir='.')
|
---|
11 | bld.SAMBA_SCRIPT('smbchangeshare', pattern='smbchangeshare', installdir='.')
|
---|
12 | bld.SAMBA_SCRIPT('smbdeleteshare', pattern='smbdeleteshare', installdir='.')
|
---|
Note:
See
TracBrowser
for help on using the repository browser.