diff options
| author | Sebastien Braun | 2010-10-06 15:21:49 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-10-07 09:30:24 +0200 |
| commit | ea97a3d4459e856c62db281a0f12e20452aebefc (patch) | |
| tree | 93beb8293fcc21c8e8bb1905261af8ac90700e8f /src/input/CMakeLists.txt | |
| parent | Implement log targets for pvsprivinputd (diff) | |
| download | pvs-ea97a3d4459e856c62db281a0f12e20452aebefc.tar.gz pvs-ea97a3d4459e856c62db281a0f12e20452aebefc.tar.xz pvs-ea97a3d4459e856c62db281a0f12e20452aebefc.zip | |
Install a pvsprivinputd.conf template into /etc
Diffstat (limited to 'src/input/CMakeLists.txt')
| -rw-r--r-- | src/input/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index a2e6fda..398ca55 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -99,6 +99,11 @@ if(UNIX) else() message(STATUS "PolicyKit integration: disabled") endif() + + # Install a pvsprivinputd.conf template + install(FILES pvsprivinputd.conf + DESTINATION /etc + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) endif() add_library( |
