From a3885fdab7f8fd91b27237cb882f623dc046cbb9 Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Fri, 8 Oct 2010 22:01:51 +0200 Subject: Actually install pvsprivinputd --- src/input/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index e14cdb4..b7a6511 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -108,6 +108,10 @@ if(UNIX) install(FILES pvsprivinputd.conf DESTINATION /etc PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) + + # Install the daemon + install(TARGETS pvsprivinputd + DESTINATION sbin) endif() set(pvsinput_TSS -- cgit v1.2.3-55-g7522