mirror of
https://github.com/samba-team/samba.git
synced 2025-06-02 13:06:57 +03:00
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
This commit is contained in:
parent
b8efff57dc
commit
7feb83a1c4
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user