summaryrefslogtreecommitdiff
path: root/source3/script/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/wscript_build')
-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)