summaryrefslogtreecommitdiffstats
path: root/sigbattle
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 /sigbattle
parent42f5fcb2fec37fdcb5b1461d74c77a3a33b91bfd (diff)
downloadsigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.tar.gz
sigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.tar.xz
sigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.zip
Fix install paths to use KDE4-provided variables
Diffstat (limited to 'sigbattle')
-rw-r--r--sigbattle/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigbattle/CMakeLists.txt b/sigbattle/CMakeLists.txt
index b3600347..215acc00 100644
--- a/sigbattle/CMakeLists.txt
+++ b/sigbattle/CMakeLists.txt
@@ -51,7 +51,7 @@ install(
TARGETS
sigbattle
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/bin
+ ${BIN_INSTALL_DIR}
COMPONENT
runtime
)
@@ -60,7 +60,7 @@ install(
FILES
${sigbattle_RC_FILES}
DESTINATION
- ${KDE4_DATA_DIR}/sigbattle
+ ${DATA_INSTALL_DIR}/sigbattle
COMPONENT
runtime
)
@@ -78,7 +78,7 @@ install(
FILES
${sigbattle_DESKTOP_FILES}
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/share/applications
+ ${XDG_APPS_INSTALL_DIR}
COMPONENT
metadata
)