mirror of https://gitee.com/bigwinds/arangodb
Merge remote-tracking branch 'origin/1.4' into devel
This commit is contained in:
commit
ce25e9dbc8
|
@ -117,7 +117,7 @@ endif ()
|
|||
|
||||
file(TO_NATIVE_PATH "${ETCDIR_NATIVE}" ETCDIR_NATIVE)
|
||||
|
||||
add_definitions("-D_ETCDIR_=\"${ETCDIR_NATIVE}\"")
|
||||
add_definitions("-D_SYSCONFDIR_=\"${ETCDIR_NATIVE}\"")
|
||||
|
||||
################################################################################
|
||||
### @brief DATA DIRECTORY (/var)
|
||||
|
|
|
@ -157,13 +157,10 @@ if (USE_RAW_CONFIG)
|
|||
endif ()
|
||||
|
||||
if (BUILD_PACKAGE STREQUAL "raspbian")
|
||||
install(
|
||||
FILES ${PROJECT_SOURCE_DIR}/etc/arangodb/arangod-arm.conf
|
||||
DESTINATION ${ETCDIR_NATIVE})
|
||||
|
||||
install(
|
||||
FILES ${PROJECT_SOURCE_DIR}/etc/arangodb/arangod-uid-arm.conf
|
||||
DESTINATION ${ETCDIR_NATIVE})
|
||||
DESTINATION ${ETCDIR_NATIVE}
|
||||
RENAME arangod.conf)
|
||||
else ()
|
||||
install(
|
||||
FILES ${PROJECT_SOURCE_DIR}/etc/arangodb/arangod.conf
|
||||
|
|
Loading…
Reference in New Issue