test_smbclient_tarmode.pl: depend only on perl v5.10
[sfrench/samba-autobuild/.git] / source3 / script / wscript_build
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)