summaryrefslogtreecommitdiffstats
path: root/sigencore
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-18 01:56:26 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-18 01:56:26 -0400
commit7918603258bc078e91c65a7ffd239392278c69a6 (patch)
tree519ddc44a1fcbbb57743bb78e3245979b680dd46 /sigencore
parentf1b8047f3d2af7148a4c2bad502591efdd7d5427 (diff)
downloadsigen-7918603258bc078e91c65a7ffd239392278c69a6.tar.gz
sigen-7918603258bc078e91c65a7ffd239392278c69a6.tar.xz
sigen-7918603258bc078e91c65a7ffd239392278c69a6.zip
Fix install paths
Diffstat (limited to 'sigencore')
-rw-r--r--sigencore/plugins/CMakeLists.txt2
-rw-r--r--sigencore/plugins/arenas/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/sigencore/plugins/CMakeLists.txt b/sigencore/plugins/CMakeLists.txt
index 108d8ac0..891aec5d 100644
--- a/sigencore/plugins/CMakeLists.txt
+++ b/sigencore/plugins/CMakeLists.txt
@@ -46,7 +46,7 @@ install(
FILES
${sigencoreplugins_HEADERS}
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/include/sigencore/plugins
+ ${CMAKE_INSTALL_PREFIX}/include/sigen/sigencore/plugins
COMPONENT
development
)
diff --git a/sigencore/plugins/arenas/CMakeLists.txt b/sigencore/plugins/arenas/CMakeLists.txt
index 55c2b53b..65ef78b2 100644
--- a/sigencore/plugins/arenas/CMakeLists.txt
+++ b/sigencore/plugins/arenas/CMakeLists.txt
@@ -33,7 +33,7 @@ install(
FILES
${sigenarenas_SERVICES}
DESTINATION
- ${SERVICE_INSTALL_DIR}
+ ${SERVICES_INSTALL_DIR}
COMPONENT
plugins
)