summaryrefslogtreecommitdiff
path: root/source4/scripting/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-07 14:58:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-09 19:43:06 +0100
commit7feb83a1c42a762d149ac376df63e6dd14fdf55d (patch)
treeb63a642775148aba477b4d107cc17326df74f7dd /source4/scripting/wscript_build
parentb8efff57dce41fbcc16a63265e321ce83fe25e89 (diff)
downloadsamba-7feb83a1c42a762d149ac376df63e6dd14fdf55d.tar.gz
samba-7feb83a1c42a762d149ac376df63e6dd14fdf55d.tar.bz2
samba-7feb83a1c42a762d149ac376df63e6dd14fdf55d.zip
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_build3
1 files changed, 2 insertions, 1 deletions
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')