1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-build: move ctdb_etcd_lock to utils/etcd

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
David Disseldorp 2016-12-06 13:38:45 +01:00 committed by Amitay Isaacs
parent c7c2f15883
commit 832711718e
2 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ def build(bld):
destname='ctdb_diagnostics', chmod=0755)
bld.SAMBA_GENERATOR('ctdb-etcd-lock',
source='tools/ctdb_etcd_lock',
source='utils/etcd/ctdb_etcd_lock',
target='ctdb_etcd_lock',
rule='sed %s ${SRC} > ${TGT}' % (sed_cmdline))
bld.INSTALL_FILES('${CTDB_HELPER_BINDIR}', 'ctdb_etcd_lock',