diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-26 23:07:11 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-26 23:07:11 +0000 |
| commit | 4f312227d79180ee5927c3d5cfec03e216024b13 (patch) | |
| tree | c092e2785698376d805445d6f08fb8198c4758e9 /src/bin | |
| parent | c1df37e5ba84a922eded445bf312520567724d66 (diff) | |
Moved the tools executables to the bin directory, and fix anoperc's install location to also be bin.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1939 5417fbe8-f217-4b02-8779-1006273d7864
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$") |
