summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent42f5fcb2fec37fdcb5b1461d74c77a3a33b91bfd (diff)
downloadsigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.tar.gz
sigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.tar.xz
sigen-6cf1816d9b1f9e30d456d952d2e186ce75319a63.zip
Fix install paths to use KDE4-provided variables
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca463285..63bd8e8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,7 +103,7 @@ install(
FILES
sigen.xml
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/share/mime/packages
+ ${XDG_MIME_INSTALL_DIR}
COMPONENT
metadata
)