source: vendor/current/source3/script/wscript_build

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
3from samba_utils import MODE_755
4
5bld.INSTALL_FILES('${BINDIR}',
6 'smbtar',
7 chmod=MODE_755, flat=True)
8
9# Callout scripts for use in selftest environment
10bld.SAMBA_SCRIPT('smbaddshare', pattern='smbaddshare', installdir='.')
11bld.SAMBA_SCRIPT('smbchangeshare', pattern='smbchangeshare', installdir='.')
12bld.SAMBA_SCRIPT('smbdeleteshare', pattern='smbdeleteshare', installdir='.')
Note: See TracBrowser for help on using the repository browser.