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:
Markus Mäkelä
2017-01-12 08:59:13 +02:00
parent e1a43c15c5
commit 9e9582e71f
3 changed files with 6 additions and 0 deletions

View File

@ -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()