Skip to content

Commit

Permalink
fix install rules
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Mar 3, 2011
1 parent 3657806 commit 175cd90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -162,10 +162,14 @@ install(FILES conf/ulatencyd.conf
DESTINATION ${CONFIG_PREFIX}/ulatencyd)
install(FILES conf/cgroups.conf
DESTINATION ${CONFIG_PREFIX}/ulatencyd)
install(FILES conf/simple.conf
DESTINATION ${CONFIG_PREFIX}/ulatencyd)
install(DIRECTORY rules
DESTINATION ${CONFIG_PREFIX}/ulatencyd
FILES_MATCHING PATTERN "*.lua"
PATTERN "test.lua" EXCLUDE)
install(DIRECTORY conf/simple.d
DESTINATION ${CONFIG_PREFIX}/ulatencyd )
install(FILES client/ulatency
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
Expand Down

0 comments on commit 175cd90

Please sign in to comment.