Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-05-16 19:07:03 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-05-16 19:07:03 +0400
commit428ef9aba317d28aeeb8b58ebf003f610383fc8c (patch)
treef2a89559080daa62e6e7488c38f282b70cafb32a
parent1a24266f2ba179e15a7a8f196e831b22b3a7589d (diff)
Install exclude list to /etc
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 08a4fb8c9..1ca75d7d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,6 +76,6 @@ add_subdirectory(src)
if(BUILD_OWNCLOUD_OSX_BUNDLE)
install( FILES exclude.lst DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources )
else()
- install( FILES exclude.lst DESTINATION ${CMAKE_INSTALL_SYSCONFDIR} )
+ install( FILES exclude.lst DESTINATION /etc )
endif()