From 569a752784d81b6a000cc3e58d2c97e43494c41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 9 Jul 2020 03:24:40 +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 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03) --- khexedit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/CMakeLists.txt') diff --git a/khexedit/CMakeLists.txt b/khexedit/CMakeLists.txt index 661218b..12d3b46 100644 --- a/khexedit/CMakeLists.txt +++ b/khexedit/CMakeLists.txt @@ -57,5 +57,5 @@ install( FILES khexeditui.rc tde_create_translated_desktop( SOURCE khexedit.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/khexedit-desktops + PO_DIR khexedit-desktops ) -- cgit v1.2.1