summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-30 12:46:40 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-30 12:46:40 -0500
commit96931af97f382dc9bbebe5e6a6ca0373f584add6 (patch)
tree1b8297ec7b90aa6656d2446114482c6e53f2f7ca
parent69e56afcd50a10468a088bd81b9a2f709f9c8efc (diff)
downloadtde-style-qtcurve-96931af9.tar.gz
tde-style-qtcurve-96931af9.zip
Fix broken locale install location for tr mo file.
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8191bac..17908e5 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(tde-config
+ ARGS --install locale --expandvars
+ OUTPUT_VARIABLE KDE3_LOCALE_PREFIX)
##### general package setup #####################