forked from github/server
missing script from install target
This commit is contained in:
parent
04f46cd591
commit
bb9d14b5ed
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
install(PROGRAMS create-orders backup-eressea run-turn send-zip-report
|
install(PROGRAMS create-orders backup-eressea run-turn send-zip-report
|
||||||
send-bz2-report compress.py compress.sh epasswd.py orders-process
|
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
|
install(DIRECTORY cron/ DESTINATION bin USE_SOURCE_PERMISSIONS
|
||||||
FILES_MATCHING PATTERN "*.cron")
|
FILES_MATCHING PATTERN "*.cron")
|
||||||
|
|
Loading…
Reference in a new issue