projects
/
platform
/
core
/
security
/
nice-lad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd18b8
)
Fix installation of config file
73/45573/3
author
Oskar Świtalski
<o.switalski@samsung.com>
Fri, 7 Aug 2015 11:12:01 +0000
(13:12 +0200)
committer
Oskar Świtalski
<o.switalski@samsung.com>
Mon, 10 Aug 2015 10:09:48 +0000
(12:09 +0200)
Change-Id: I742ad5c5ee9a25bd09d5fa5b8ffd7ecd6787f470
conf/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/conf/CMakeLists.txt
b/conf/CMakeLists.txt
index
df4e837
..
6ad7261
100644
(file)
--- a/
conf/CMakeLists.txt
+++ b/
conf/CMakeLists.txt
@@
-1,7
+1,7
@@
CONFIGURE_FILE(nice_lad.conf.in nice_lad.conf @ONLY)
INSTALL(FILES
- nice_lad.conf
+
${CMAKE_BINARY_DIR}/conf/
nice_lad.conf
DESTINATION
${SYS_CONFIG_DIR}/audisp/plugins.d
)