From a2a4fee8c6e98595c918abfcc7e6bd175fd79d68 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 11:04:19 +1100 Subject: s4-waf: forgot these files --- source4/scripting/wscript_build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source4/scripting/wscript_build (limited to 'source4/scripting/wscript_build') diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build new file mode 100644 index 0000000000..94928deb0e --- /dev/null +++ b/source4/scripting/wscript_build @@ -0,0 +1,4 @@ +bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate', + chmod=0755, python_fixup=True, flat=True) + + -- cgit