summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-19 09:55:10 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-19 09:55:10 +0200
commita3baa14786120971f2b558f26d58ffef81558ae7 (patch)
tree5798d77226e8ab585dafde67851101eb1f8f9da4 /src
parentaa0aeeb048c7e2b224bc95a276b55aa220f9866c (diff)
downloadDLT-daemon-a3baa14786120971f2b558f26d58ffef81558ae7.tar.gz
Corrected install target path for dlt.conf and dlt-system.conf
Diffstat (limited to 'src')
-rwxr-xr-xsrc/daemon/CMakeLists.txt2
-rwxr-xr-xsrc/system/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
index 45bfbbf..921f2d3 100755
--- a/src/daemon/CMakeLists.txt
+++ b/src/daemon/CMakeLists.txt
@@ -50,5 +50,5 @@ install(TARGETS dlt-daemon
COMPONENT base)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dlt.conf
- DESTINATION "etc"
+ DESTINATION /etc
COMPONENT base)
diff --git a/src/system/CMakeLists.txt b/src/system/CMakeLists.txt
index 64f44f1..9b3fc1d 100755
--- a/src/system/CMakeLists.txt
+++ b/src/system/CMakeLists.txt
@@ -48,5 +48,5 @@ install(TARGETS dlt-system
COMPONENT base)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dlt-system.conf
- DESTINATION "etc"
+ DESTINATION /etc
COMPONENT base)