Fix and install module configuration directory
The module configuration directory didn't have a value in the CMake files. The directory is now also installed by both packages and local installations.
This commit is contained in:
@ -310,4 +310,5 @@ if (NOT PACKAGE)
|
||||
install(DIRECTORY DESTINATION var/log/maxscale)
|
||||
install(DIRECTORY DESTINATION var/run/maxscale)
|
||||
install(DIRECTORY DESTINATION var/lib/maxscale)
|
||||
install(DIRECTORY DESTINATION ${DEFAULT_MODULE_CONFIG_SUBPATH})
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user