summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-30 12:46:40 -0500
committerSlávek Banko <[email protected]>2012-09-01 17:14:55 +0200
commit8ab7c882b565d7ab8e2eb2d9adb5b0820105cb85 (patch)
tree23fb00c8a7b5bf7708d6a8455f744ce5bed06048
parentf270d38f1af58df49852bf5468658cc33f25bfbc (diff)
downloadtde-style-qtcurve-8ab7c882b565d7ab8e2eb2d9adb5b0820105cb85.tar.gz
tde-style-qtcurve-8ab7c882b565d7ab8e2eb2d9adb5b0820105cb85.zip
Fix broken locale install location for tr mo file.
(cherry picked from commit 96931af97f382dc9bbebe5e6a6ca0373f584add6)
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73303e9..89c0b7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,9 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL
set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
include(CPack)
+exec_program(kde-config
+ ARGS --install locale --expandvars
+ OUTPUT_VARIABLE KDE3_LOCALE_PREFIX)
##### general package setup #####################