mirror of https://gitee.com/bigwinds/arangodb
added libexec
This commit is contained in:
parent
543a65a5e0
commit
6a9cc028bf
|
@ -205,13 +205,13 @@ sbin_PROGRAMS = \
|
||||||
noinst_bin =
|
noinst_bin =
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### @brief /sbin scripts
|
### @brief /libexec programs
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
sbin_SCRIPTS =
|
pkglibexec_SCRIPTS =
|
||||||
|
|
||||||
if ENABLE_ALL_IN_ONE_ETCD
|
if ENABLE_ALL_IN_ONE_ETCD
|
||||||
sbin_SCRIPTS += bin/etcd-arango
|
pkglibexec_SCRIPTS += bin/etcd-arango
|
||||||
endif
|
endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in New Issue