We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5f18f commit b01e2ffCopy full SHA for b01e2ff
cmake/cpack_rpm.cmake
@@ -86,6 +86,7 @@ SET(ignored
86
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man"
87
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man1*"
88
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man8*"
89
+ "%ignore ${CMAKE_INSTALL_PREFIX}/share/pkgconfig"
90
)
91
92
SET(CPACK_RPM_server_USER_FILELIST ${ignored} "%config(noreplace) ${INSTALL_SYSCONF2DIR}/*")
0 commit comments