s4: Install samba-tool and samba_kcc to bin/ rather than sbin/.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 7 Nov 2011 13:58:10 +0000 (14:58 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 9 Nov 2011 18:43:06 +0000 (19:43 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Nov  9 19:43:07 CET 2011 on sn-devel-104

source4/scripting/wscript_build

index 8029187fffa9df5664e2481503e0c39b658c67b4..9e2cb1eff87f87adbfe9bb7948436a3b4e11115a 100644 (file)
@@ -2,7 +2,8 @@
 
 from samba_utils import MODE_755
 
-bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba-tool bin/samba_kcc',
+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/samba-tool bin/samba_kcc', chmod=MODE_755, python_fixup=True, flat=True)
 
 bld.RECURSE('bin')