build: Install smbtar in waf build
authorAndrew Bartlett <abartlet@samba.org>
Sun, 26 May 2013 11:05:12 +0000 (21:05 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 May 2013 10:55:04 +0000 (12:55 +0200)
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

source3/script/wscript_build [new file with mode: 0644]
source3/wscript_build

diff --git a/source3/script/wscript_build b/source3/script/wscript_build
new file mode 100644 (file)
index 0000000..fc59a65
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+from samba_utils import MODE_755
+
+bld.INSTALL_FILES('${BINDIR}',
+                 'smbtar',
+                  chmod=MODE_755, flat=True)
index f1d41c68a8329ca07821bed95f1433d305b00537..19c6d082aab9c80c71199cf1b78288073747c336 100755 (executable)
@@ -1637,6 +1637,7 @@ bld.RECURSE('modules')
 bld.RECURSE('pam_smbpass')
 bld.RECURSE('passdb')
 bld.RECURSE('rpc_server')
+bld.RECURSE('script')
 bld.RECURSE('winbindd')
 bld.RECURSE('../examples/auth')
 bld.RECURSE('../examples/libsmbclient')