From 96931af97f382dc9bbebe5e6a6ca0373f584add6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 30 Apr 2012 12:46:40 -0500 Subject: [PATCH] Fix broken locale install location for tr mo file. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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 #####################