Skip to content

Commit

Permalink
cmake: append to the array correctly
Browse files Browse the repository at this point in the history
it was generating broken spec files
  • Loading branch information
vuvova committed Mar 14, 2024
1 parent 9d5a8bd commit 51e3f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cpack_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 51e3f1d

Please sign in to comment.