Skip to content

Commit

Permalink
Ignore /lib64 for rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
an3l authored and sanja-byelkin committed Feb 10, 2020
1 parent 594282a commit 235d7c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/cpack_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ SET(ignored
"%ignore /etc/systemd/system"
"%ignore /lib"
"%ignore /lib/security"
"%ignore /lib64"
"%ignore /lib64/security"
"%ignore ${CMAKE_INSTALL_PREFIX}"
"%ignore ${CMAKE_INSTALL_PREFIX}/bin"
"%ignore ${CMAKE_INSTALL_PREFIX}/include"
Expand Down

0 comments on commit 235d7c6

Please sign in to comment.