summaryrefslogtreecommitdiff
path: root/source4/scripting/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-06-04 08:20:54 +1000
committerAndrew Tridgell <tridge@samba.org>2011-06-06 12:26:11 +1000
commit0e1d7eb429a3c6b34ed659f86b8d7a92434acd37 (patch)
tree39c762cfea9a1273e3dc234d7350661a2feca819 /source4/scripting/wscript_build
parentdc1e6109c8bcc21831defd443fcf42427706c642 (diff)
downloadsamba-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_build2
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)