s4: Only install testparm to /usr/bin/, no longer to /usr/sbin.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 22 Aug 2010 15:12:26 +0000 (17:12 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 22 Aug 2010 15:12:26 +0000 (17:12 +0200)
source4/scripting/wscript_build

index c880a9814363310e5c48ec85d16030675ed113ca..8d1b1681356c1c84de34c2fd405f5cd171eea80f 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/testparm',
+bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
                   chmod=0755, python_fixup=True, flat=True)
 bld.INSTALL_FILES('${BINDIR}','bin/testparm',
                   chmod=0755, python_fixup=True, flat=True)