From 1e91884c7c3990f5d5e7dafb028e558a4852568c 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 --- wallpapers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallpapers') diff --git a/wallpapers/CMakeLists.txt b/wallpapers/CMakeLists.txt index c2fa86b0..592cc1c3 100644 --- a/wallpapers/CMakeLists.txt +++ b/wallpapers/CMakeLists.txt @@ -24,7 +24,7 @@ foreach( _wallpaper IN LISTS _wallpapers ) tde_create_translated_desktop( SOURCE ${_wallpaper}.desktop DESTINATION ${WALLPAPER_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/wallpapers-desktops + PO_DIR wallpapers-desktops ) endif() endforeach() -- cgit v1.2.1