From bcbe4700e9612098ea94ac40ac95e23769ba5e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 9 Jul 2020 03:40:42 +0200 Subject: Simplify CMake rules for desktop file translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1e91884c7c3990f5d5e7dafb028e558a4852568c) --- twin-styles/system/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/system') diff --git a/twin-styles/system/CMakeLists.txt b/twin-styles/system/CMakeLists.txt index 82dc23cb..726adaa2 100644 --- a/twin-styles/system/CMakeLists.txt +++ b/twin-styles/system/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories( tde_create_translated_desktop( SOURCE system.desktop DESTINATION ${DATA_INSTALL_DIR}/twin - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/twin-styles-desktops + PO_DIR twin-styles-desktops ) -- cgit v1.2.1