mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
from samba_utils import MODE_755
|
||
|
|
||
|
bld.INSTALL_FILES('${BINDIR}',
|
||
|
'smbtar',
|
||
|
chmod=MODE_755, flat=True)
|