1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Rename example.chk to cron.example.sh.

This commit is contained in:
TehPeGaSuS
2024-06-08 00:23:44 +02:00
committed by GitHub
parent 67b76fadca
commit 01eef7a392
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Only install example.chk 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 example.chk 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)
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}
DESTINATION ${CONF_DIR}
)