Only install /var/lib/maxscale for core package
All RPM packages tried to install the /var/lib/maxscale directory when they shouldn't have.
This commit is contained in:
@ -35,4 +35,4 @@ endif()
|
|||||||
|
|
||||||
message(STATUS "Generating RPM packages")
|
message(STATUS "Generating RPM packages")
|
||||||
# Installing this prevents RPM from deleting the /var/lib/maxscale folder
|
# Installing this prevents RPM from deleting the /var/lib/maxscale folder
|
||||||
install(DIRECTORY DESTINATION ${MAXSCALE_VARDIR}/lib/maxscale)
|
install(DIRECTORY DESTINATION ${MAXSCALE_VARDIR}/lib/maxscale COMPONENT core)
|
||||||
|
Reference in New Issue
Block a user