diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:38:22 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | d9e7c04ad8a52ed526eed3a5e00d97dcea6ba177 (patch) | |
tree | 3c033a632f2932f44b2a2e2105163596c89209ad /CMakeLists.txt | |
parent | 9cbf528b2137173f0f551749bbccd65769d04ebe (diff) |
Install into "~/anope" by default instead of "~/services".
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b06bf1f6..be2b38261 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ find_program(CHMOD chmod) if(INSTDIR) set(CMAKE_INSTALL_PREFIX "${INSTDIR}") elseif(NOT CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "$ENV{HOME}/services") + set(CMAKE_INSTALL_PREFIX "$ENV{HOME}/anope") endif(INSTDIR) # Set default paths for various directories if not already defined |