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) --- kfloppy/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfloppy/CMakeLists.txt') diff --git a/kfloppy/CMakeLists.txt b/kfloppy/CMakeLists.txt index 8100afc..f9c0209 100644 --- a/kfloppy/CMakeLists.txt +++ b/kfloppy/CMakeLists.txt @@ -40,11 +40,11 @@ tde_install_icons( kfloppy) tde_create_translated_desktop( SOURCE KFloppy.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kfloppy-desktops + PO_DIR kfloppy-desktops ) tde_create_translated_desktop( SOURCE floppy_format.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kfloppy-desktops + PO_DIR kfloppy-desktops ) -- cgit v1.2.1