summaryrefslogtreecommitdiffstats
path: root/sigscript
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-08-04 20:31:50 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-08-04 20:38:05 -0400
commit6cf1816d9b1f9e30d456d952d2e186ce75319a63 (patch)
tree3198a77f68d88972d755e32f3fe1c1f2a1d65495 /sigscript
parent42f5fcb2fec37fdcb5b1461d74c77a3a33b91bfd (diff)
Fix install paths to use KDE4-provided variables
Diffstat (limited to 'sigscript')
-rw-r--r--sigscript/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/CMakeLists.txt b/sigscript/CMakeLists.txt
index c297588f..ccd58d86 100644
--- a/sigscript/CMakeLists.txt
+++ b/sigscript/CMakeLists.txt
@@ -108,7 +108,7 @@ install(
EXPORT
sigen_EXPORTS
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
+ ${LIB_INSTALL_DIR}
COMPONENT
runtime
)
@@ -117,7 +117,7 @@ install(
FILES
${sigscript_HEADERS}
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME}
+ ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME}/${PROJECT_NAME}
COMPONENT
development
)