diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-06-04 08:20:54 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-06-06 12:26:11 +1000 |
commit | 0e1d7eb429a3c6b34ed659f86b8d7a92434acd37 (patch) | |
tree | 39c762cfea9a1273e3dc234d7350661a2feca819 /source4/scripting/wscript_build | |
parent | dc1e6109c8bcc21831defd443fcf42427706c642 (diff) | |
download | samba-0e1d7eb429a3c6b34ed659f86b8d7a92434acd37.tar.gz samba-0e1d7eb429a3c6b34ed659f86b8d7a92434acd37.tar.bz2 samba-0e1d7eb429a3c6b34ed659f86b8d7a92434acd37.zip |
s4-testparm: testparm is now part of samba_tool
Diffstat (limited to 'source4/scripting/wscript_build')
-rw-r--r-- | source4/scripting/wscript_build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index 76ff739c9e..03f188f7fa 100644 --- a/source4/scripting/wscript_build +++ b/source4/scripting/wscript_build @@ -4,5 +4,3 @@ from samba_utils import MODE_755 bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate', chmod=MODE_755, python_fixup=True, flat=True) -bld.INSTALL_FILES('${BINDIR}','bin/testparm', - chmod=MODE_755, python_fixup=True, flat=True) |