Fix broken upgrades on CentOS 7
The upgrade process removed the /var/lib/maxscale directory as the newer version didn't use it. This can be fixed by installing an empty directory into /var/lib/maxscale.
This commit is contained in:
@ -15,4 +15,5 @@ if (BUILD_QC_MYSQLEMBEDDED)
|
||||
set_target_properties(qc_mysqlembedded PROPERTIES LINK_FLAGS -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/qc_mysqlembedded.map)
|
||||
#set_target_properties(qc_mysqlembedded PROPERTIES LINK_FLAGS -Wl,-z,defs)
|
||||
install(TARGETS qc_mysqlembedded COMPONENT lib DESTINATION ${MAXSCALE_LIBDIR})
|
||||
install(PROGRAMS ${ERRMSG} DESTINATION ${MAXSCALE_VARDIR}/lib/maxscale)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user