mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 18:19:41 +00:00
cmake: append to the array correctly
it was generating broken spec files
This commit is contained in:
@ -182,7 +182,7 @@ ENDMACRO(SETA)
|
||||
|
||||
IF (CMAKE_VERSION VERSION_GREATER 3.10.0)
|
||||
# cmake bug #14362
|
||||
SETA(CPACK_RPM_server_USER_FILELIST
|
||||
SET(CPACK_RPM_server_USER_FILELIST ${CPACK_RPM_server_USER_FILELIST}
|
||||
"%caps(cap_ipc_lock=pe) %{_sbindir}/mysqld"
|
||||
)
|
||||
ENDIF()
|
||||
|
Reference in New Issue
Block a user