mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
cmake: append to the array correctly
it was generating broken spec files
This commit is contained in:
parent
9d5a8bd663
commit
51e3f1daf5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue