summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-05-26 21:05:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-05-27 12:55:04 +0200
commit1754b52204563a722920805b76e6c571d0268434 (patch)
tree82031b2ff3dd8740ad51cc0c9efbbdfde0e19781 /source3/script
parent4ae3cdcd7151237a858f668357d08ab6916bdb3b (diff)
downloadsamba-1754b52204563a722920805b76e6c571d0268434.tar.gz
samba-1754b52204563a722920805b76e6c571d0268434.tar.bz2
samba-1754b52204563a722920805b76e6c571d0268434.zip
build: Install smbtar in waf build
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
Diffstat (limited to 'source3/script')
-rw-r--r--source3/script/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/script/wscript_build b/source3/script/wscript_build
new file mode 100644
index 0000000000..fc59a65687
--- /dev/null
+++ b/source3/script/wscript_build
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+from samba_utils import MODE_755
+
+bld.INSTALL_FILES('${BINDIR}',
+ 'smbtar',
+ chmod=MODE_755, flat=True)