mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
1754b52204
Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon May 27 12:55:05 CEST 2013 on sn-devel-104
8 lines
154 B
Python
8 lines
154 B
Python
#!/usr/bin/env python
|
|
|
|
from samba_utils import MODE_755
|
|
|
|
bld.INSTALL_FILES('${BINDIR}',
|
|
'smbtar',
|
|
chmod=MODE_755, flat=True)
|