diff options
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 9bdbb23dd..22bcc08bf 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -2,7 +2,7 @@ if(NOT WIN32) configure_file(${Anope_SOURCE_DIR}/src/bin/anoperc.in ${Anope_BINARY_DIR}/src/bin/anoperc) install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/anoperc - DESTINATION . + DESTINATION bin ) # Add anoperc to list of files for CPack to ignore add_to_cpack_ignored_files("anoperc$") |
