1
0
Fork 0

etcd => libexec

This commit is contained in:
Andreas Streichardt 2016-03-04 16:01:07 +01:00
parent 0f40bc2f1e
commit 3fe9d06d29
1 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@ if (USE_RELATIVE)
# bin dir ----------------------------
set(ARANGODB_INSTALL_BIN "bin")
set(ARANGODB_INSTALL_LIBEXEC "libexec")
set(TRI_BINDIR "${CMAKE_INSTALL_PREFIX}/bin")
# MS stuff ---------------------------
@ -121,6 +122,7 @@ else ()
set(ARANGODB_INSTALL_BIN "bin")
set(TRI_BINDIR "${CMAKE_INSTALL_PREFIX}/bin")
endif ()
set(ARANGODB_INSTALL_LIBEXEC "libexec")
# sbinaries
if (MSVC)
@ -170,7 +172,7 @@ endif ()
if (NOT WINDOWS)
install(
PROGRAMS ${PROJECT_BINARY_DIR}/bin/etcd-arango
DESTINATION ${ARANGODB_INSTALL_BIN}
DESTINATION ${ARANGODB_INSTALL_LIBEXEC}
)
endif ()