From 21fd56c7072548ecf1487c244006157c7af67a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Jul 2020 01:20:52 +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 2a2437b3022a990bc9cded4d07c56a0d093b2a0c) --- kghostview/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kghostview/CMakeLists.txt') diff --git a/kghostview/CMakeLists.txt b/kghostview/CMakeLists.txt index cc2debfa..11e30d20 100644 --- a/kghostview/CMakeLists.txt +++ b/kghostview/CMakeLists.txt @@ -31,13 +31,13 @@ tde_install_icons( kghostview ) tde_create_translated_desktop( SOURCE kghostview.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kghostview-desktops + PO_DIR kghostview-desktops ) tde_create_translated_desktop( SOURCE kghostview_part.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kghostview-desktops + PO_DIR kghostview-desktops ) install( FILES kgv_part.rc kghostviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kghostview ) -- cgit v1.2.3