diff options
author | TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> | 2024-10-21 00:53:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-20 23:53:23 +0100 |
commit | 57ac7cb4db63dee8e06d696ef6f973c337467040 (patch) | |
tree | 2167e5f389cb4cdee4ec1f8cdcfd74ce820a32d8 /data | |
parent | 8cb2b801e948564223ee97bef25a6b53f3f1ad9b (diff) |
Update the cron file name.
name
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 9f7e5e665..37d58b26f 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,4 +1,4 @@ -# Only install example.chk and anope.example.conf from this directory +# Only install cron.example.sh and anope.example.conf from this directory # NOTE: I would've had this just find all files in the directory, but that would include files not needed (like this file) set(DATA cron.example.sh anope.example.conf botserv.example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf) install(FILES ${DATA} |