From 7feb83a1c42a762d149ac376df63e6dd14fdf55d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Nov 2011 14:58:10 +0100 Subject: s4: Install samba-tool and samba_kcc to bin/ rather than sbin/. Autobuild-User: Jelmer Vernooij Autobuild-Date: Wed Nov 9 19:43:07 CET 2011 on sn-devel-104 --- source4/scripting/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index 8029187fff..9e2cb1eff8 100644 --- a/source4/scripting/wscript_build +++ b/source4/scripting/wscript_build @@ -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') -- cgit