forked from github/server
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
66ce80e4b8
2 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
ERESSEA_DB=sqlite
|
||||
if [ -e /usr/include/db.h ] ; then
|
||||
ERESSEA_DB=db
|
||||
if [ -e /usr/include/sqlite3.h ] ; then
|
||||
ERESSEA_DB=sqlite
|
||||
fi
|
||||
|
||||
# Parse command line arguments
|
||||
|
|
Loading…
Reference in a new issue