diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 11:04:19 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | a2a4fee8c6e98595c918abfcc7e6bd175fd79d68 (patch) | |
tree | 3ff1a84cee0476b4f9bb18a164643c0caa0aef15 /source4/scripting/wscript_build | |
parent | 03998d097079397c6a58a9317964a30e9c2c5b26 (diff) | |
download | samba-a2a4fee8c6e98595c918abfcc7e6bd175fd79d68.tar.gz samba-a2a4fee8c6e98595c918abfcc7e6bd175fd79d68.tar.bz2 samba-a2a4fee8c6e98595c918abfcc7e6bd175fd79d68.zip |
s4-waf: forgot these files
Diffstat (limited to 'source4/scripting/wscript_build')
-rw-r--r-- | source4/scripting/wscript_build | 4 |
1 files changed, 4 insertions, 0 deletions
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) + + |