summaryrefslogtreecommitdiff
path: root/source3/script/wscript_build
diff options
context:
space:
mode:
authorIvo De Decker <ivo.dedecker@ugent.be>2013-07-02 19:57:51 +0200
committerIvo De Decker <ivo.dedecker@ugent.be>2013-07-02 19:57:51 +0200
commit6bbeb05cf77ea4fb1e15724509d261e9de0b5d92 (patch)
treecc4089ac5e5012bb2fe8d1144263400d6909603f /source3/script/wscript_build
parentbc40a72b0272f6687988b40c2b04e5fdb91692c8 (diff)
downloadsamba-6bbeb05cf77ea4fb1e15724509d261e9de0b5d92.tar.gz
Imported Upstream version 4.0.7+dfsgupstream/4.0.7+dfsg
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)