1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 00:36:37 +02:00

Fix an outdated comment.

This commit is contained in:
Sadie Powell
2025-03-10 13:10:13 +00:00
parent 64fd5a862a
commit b14befc77c
+1 -1
View File
@@ -27,7 +27,7 @@ foreach(SRC ${TOOLS_SRCS})
endif()
endforeach()
# If not on Windows, generate anoperc and install it along with mydbgen
# If not on Windows, generate anope.service and anoperc
if(NOT WIN32)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
configure_file(${Anope_SOURCE_DIR}/src/tools/anope.service.in ${Anope_BINARY_DIR}/src/tools/anope.service)