Skip to content

Commit

Permalink
MDEV-9385 Devel package wants ownership of /usr/share/pkgconfig on Ce…
Browse files Browse the repository at this point in the history
…ntOS/RHEL

add /usr/share/pkgconfig to the rpm ignored list
  • Loading branch information
vuvova committed Jan 25, 2016
1 parent 5a5f18f commit b01e2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cpack_rpm.cmake
Expand Up @@ -86,6 +86,7 @@ SET(ignored
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man"
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man1*"
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man8*"
"%ignore ${CMAKE_INSTALL_PREFIX}/share/pkgconfig"
)

SET(CPACK_RPM_server_USER_FILELIST ${ignored} "%config(noreplace) ${INSTALL_SYSCONF2DIR}/*")
Expand Down

0 comments on commit b01e2ff

Please sign in to comment.