From bb9d14b5ed4b5800bc441f2d713bb4a40fa0d0d4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 11 Feb 2018 10:07:57 +0100 Subject: [PATCH] missing script from install target --- process/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/CMakeLists.txt b/process/CMakeLists.txt index 58384b1f6..174fae694 100644 --- a/process/CMakeLists.txt +++ b/process/CMakeLists.txt @@ -1,6 +1,6 @@ install(PROGRAMS create-orders backup-eressea run-turn send-zip-report send-bz2-report compress.py compress.sh epasswd.py orders-process -checkpasswd.py sendreport.sh orders-accept DESTINATION bin) +checkpasswd.py sendreport.sh sendreports.sh orders-accept DESTINATION bin) install(DIRECTORY cron/ DESTINATION bin USE_SOURCE_PERMISSIONS FILES_MATCHING PATTERN "*.cron")