Skip to content

Commit

Permalink
Fix RPM package trying to own system directories
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Nov 20, 2021
1 parent 52fb916 commit 090d04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "bash, systemd, gawk")
set(CPACK_RPM_PACKAGE_ARCHITECTURE "noarch")
set(CPACK_RPM_PACKAGE_REQUIRES "bash, systemd, gawk")
set(CPACK_RPM_PACKAGE_LICENSE "GPL-2.0-only")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/sbin;/usr/lib/systemd;/usr/lib/systemd/system")

include(CPack)

0 comments on commit 090d04b

Please sign in to comment.