diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-11-07 14:58:10 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-11-09 19:43:06 +0100 |
commit | 7feb83a1c42a762d149ac376df63e6dd14fdf55d (patch) | |
tree | b63a642775148aba477b4d107cc17326df74f7dd /source4/scripting/wscript_build | |
parent | b8efff57dce41fbcc16a63265e321ce83fe25e89 (diff) | |
download | samba-7feb83a1c42a762d149ac376df63e6dd14fdf55d.tar.gz |
s4: Install samba-tool and samba_kcc to bin/ rather than sbin/.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Nov 9 19:43:07 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/scripting/wscript_build')
-rw-r--r-- | source4/scripting/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index 8029187fffa..9e2cb1eff87 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') |